Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
NullReference's avatar
NullReference
Honored Guest
12 years ago

Forward vector?

How do you get the direction the player is currently looking as a vector? Like if you needed to raycast straight forward for instance. Normally I would use PlayerCamera.transform.forward but that is o...