Need help calculating the velocity of a transform in world position without the use of a rigidbody. The velocity would have to be in vector3 form
Well, you’d need to get the previous position, and the amount of time that happened between those two positions, and solve from there.
2 Likes