How to Move a Game Object in Unity - Void Start(); / Void Update(); / AddForce();

Опубликовано: 21 Декабрь 2024
на канале: Dr. Afiqah Hashim
472
14

In this tutorial, we will look at the differences between the Start and Update functions, as well as an example of how to use the AddForce function to move GameObject.

Rigidbody.AddForce: (https://docs.unity3d.com/ScriptRefere...)

#unity3dtutorial #AddForce #startfunction #updatefunction