Physics in Unity

Valdarix Games
3 min readApr 9, 2021
Photo by Andrew George on Unsplash

Games aren’t very interesting if objects can’t interact with one another. Luckily Unity and MonoBehavior supply us with all the tools we need to bring our games to life. I mean what fun would a Space Shooter be if we couldn't blow stuff up.

Unity provides us with methods to handle 2D and 3D physics in our games. Since our prototype is working with cubes we will stick to the 3D versions in this article. Just note that a 2D version of…

--

--

Valdarix Games

Turning my passion for video games and software development experience into a focus on video game development.