If -Vector3.forward isn't working, use Vector3.back instead

For reasons unknown to me, -Vector3.forward was not responding to input, but looking at another discussion for help gave me the idea to try Vector3.back and it works like a charm. Just in case anyone else was having the same issue.

1 Like

from Unity’s own docs you can see that -Vector3.forward is the same as Vector3.back so not sure why one would work but not the other.

Maybe if you paste the code in question we might figure these reasons unknown to you as to why one works but not the other

Privacy & Terms