Referring to this video- https://streamable.com/6rpues
I’m trying to make it so that the object with the box collider does NOT have gravity on it, but its parent (an empty GameObject with a sphere collider and rigidbody) does have gravity. In that video, see when I extend the box collider, the sphere begins to tilt over to that side. That’s what I’m trying to not make happen. I want to keep it so that the box collider can push the sphere like it does.
I’ve tried using a separate object with its own rigidbody and then linking the two with a Fixed Joint, but that was creating odd issues.
I’ve also tried linking the two (when seperate gameobjects) via code, but then the sphere wouldn’t get pushed away when the box hits a wall.
I feel like I’m at that point where I’ve been thinking about this for too long and need a fresh set of eyes on this issue