🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Object Collision Problems in Unity

Started by
1 comment, last by Rutin 4 years, 8 months ago

I believe this is the rite place for this question but I could be wrong so please forgive me if I am. So I managed to stop my objects from falling through the floor but now instead of colliding they just pass through each other, any ideas how to fix this solution?

Advertisement

Make sure your objects have a collider attached.

https://docs.unity3d.com/ScriptReference/Collider.html

Programmer and 3D Artist

This topic is closed to new replies.

Advertisement