Spheres change form on collision
I have three sphere objects hanging in the air. All of them have sphere colliders and rigid body to get affected by gravity. Underneath a static cube is located that has a box collider attached:
When I start this scene, all three spheres fall down, but change form after colliding with the cube and with the plane:
What could be the reason? What did I wrong?
Do you have any scripts on the spheres or the cube? Is there a physics material on any of the colliders?
Normal rigidbody behaviour doesn't deform objects like this so there must be something you've changed.
Your answer
Follow this Question
Related Questions
Mesh Collider Problems 0 Answers
Rigidbody doesn't work with my script 0 Answers
Player is sliding on planet with constant force applied towards centre 0 Answers
Smooth Walking Inside a Sphere 0 Answers
How to get the radius of a shpere trigger(collider) 1 Answer