How can I make a 2D object that apply gravity inside a hollow circular ?
The 2D object need to be jump and move around inside the circle.
Hello there.
You shuld read and watch tutorial about physics.
Dont try to go fast. Learn, take your time, understand, and try try try.
If you are pretending ti generate a centrifugue force. You need to calculate all frames the vector direction of the force, and apply that force to the rigidbody.
Bye!