Ahhhh! Great to know those are structs, and makes a lot more sense.
So if I’m understanding you correctly, the first use was the initializing of a new Vector3 struct with the positioning (hence the new), and when using the forward we were still referencing that same struct, and the reason there was no need to create a new struct?