Skip to main content
1 of 3

How to rotate several game objects without rotating individual objects

I have a some game objects that are a unit away from the center. They are all contained in a parent object, see the image below.

enter image description here

When I rotate the parent object by 60°, the game objects individually rotate, as below.

enter image description here

How can I rotate the parent object containing these square game objects without rotating them individually?