How to calculate forward/Up/Right without transform, have only vector3?
I have saved transform in stract with (Vector3 position, Vector3 rotation, Vector3 Scale). And I have a problem - how to calculate forward( transform.forward )/Up/Right have the only vector3 without transform?
OR Maybe someone knows the C# source code algorithms: transform.forward, InverseTransformDirection...
Comment
Your answer
Follow this Question
Related Questions
Moving GameObject a specific distance in the Z direction and back again - regardless of rotation 1 Answer
InverseTransformPoint() help 0 Answers
How To: Calculate Line Of Best Travel For Grid From Line 2 Answers
Set variable to position of collided object. 0 Answers
I got Some Error about how to Transform Postiton Enemy where one point can spawn 2 enemies. 1 Answer