How To Draw 3D Trajectory in Unity For Physics Shooting Using Velocity or Force Vector

If you are shooting a 3d game object using velocity or force vectors you can use motion equations to predict the trajectory of the object by your choice of variable. I had chosen time intervals and calculated the the positions of the thrown object by those using the equations on hyperphysics. To draw the trajectory … Continue reading How To Draw 3D Trajectory in Unity For Physics Shooting Using Velocity or Force Vector