How can I move 4 different objects on a circular line with a swipe.

https://drive.google.com/file/d/1EF0W_3CwLHCA0ldzfTtCyEM_XWYXLr7f/view?usp=sharing

I have four different 3D objects, how can I swipe on the circular line when viewed from the opposite side. We can think of it as +90 degrees for each swipe. I made a simple image, the objects will rotate, but the direction they are looking at should not change. (Throwing and turning 4 objects in an empty empty object does not work for me)

Hello.

Why using an empty object as parent does not work for you? you just need to rotate the parent and then rotate the object itself so stays facing “ahead”.

The other option is to use RotateAround funciotn

Bye!


Update:

Then, as i said, first, rotate the parent, and after, rotate the elements itself to be facing ahead again

rotate

Link to image: rotate hosted at ImgBB — ImgBB

Bye!