I have a collision component attached to a simulated sphere, I want the collision component to only move in the X and Y axis without following the rotation. Is this possible?
1 Like
Set the Rotation Type
to World
for the component that does not need to inherit it from the parent.
10 Likes
Amazing, thank you!
Thank you!!