How to shift position on planet object

I saw this question floating around and I though it was interesting. In the object gravity example, you can go around a planet in a circle. How could I make it so that the player character can “dig” into the planet object and come back up on press/tap? In other words, how can I change which object the player goes around? Pictured below:

Make another object with the same Physics behavior but bigger or smaller than your first planet, then enable/disable the behavior of the two objects.

1 Like

thank you, i’ll try this out. it sounds like good idea

1 Like