Argh - total noob question that I can’t remember the answer to.
How do you move an object in world space without using Add Force?
Other methods of moving an object include:
- Using the ‘move’ or ‘simple move’ functions if you’re using the character controller component
- Modifying Transform.position directly
- Using Transform.Translate() with ‘world space’ as the second argument