Child entities not rotating with parent

I am trying to make planet orbits and get the child entities to rotate around the parent sphere. I have checked to make sure the parent is rotating, and it is, but the children don’t move.

https://playcanvas.com/editor/scene/607783

The children have rigid bodies and therefore the physics simulation controls the position and orientation.

If you need to have rigid bodies, then you need to move them by velocity/forces/torque etc via the physics system.

2 Likes

Thank you! That’s exactly what I was missing. It’s working as intended now.