- Home /
Player "pinball" effect
I have a game where the player can rotate a level(basically a cube) around them by pressing a button. but when I rotate the level a certain way the level heavily pushes the player; so much so that at times the player gets flung around so fast it ignores any colliders I set up. I'm Looking for a way to stop this from happening.
So far I have tried parenting the player to the level while it was rotating but it seems to have no effect at all. Is there a way to keep the player in place while rotating the cube?
Your answer
Follow this Question
Related Questions
Pushing First Person Controller 0 Answers
How do make a projectile that pushes its target when it hits? 2 Answers
How to Check Collision When Pushing / Pulling Object in 3D Space 0 Answers
Obtaining contact point and normal of first object in collision 0 Answers
How to prevent a rigidbody from pushing other rigidbodies? 1 Answer