How to change pivot point of a go on the go

Hi, I hope everyone is well.


I’m struggling with having the yellow ball and then the red ball to be alternatively the pivot points when the stick rotates. If someone can give me tips on how I can achieve this, that would be great.

Perhaps use one root game object which you rotate and then have the yellow and red balls as child objects.

When you rotate around the red ball you move the red and yellow ball so that the red is on top of the parent and at the same time move the parent object to compensate for how you moved the red and yellow ball.

2 Likes

thank you for the fast reply :slightly_smiling_face: I’ll play around and try it.