[Unity] Script: I tried to move game objects by “Rigidbody”.

To move game object in Unity, there are some ways. The one is to use ‘Rigidbody’. And also exist some ways for the ‘Rigidbody’. This time, I tried following 4 ways. [To specify the location to move in the flame] 1. position: completely teleportation 2. MovePosition: moving almost instantaneously (possible to interpolate in the intermediate position) [Add power or velocity to the object] 3. velocity: change the velocity in that... Read more