I am taking the Unity Learn course - Unity Essentials: 3D Essentials.
I am on the second “mission”, and am adding physics to a ball to make it fall with gravity. I added the rigidbody component to a sphere gameObject. When I entered play mode, and the ball teleports about 2 units up and then stays there.
What am I doing wrong?