Scene Management in Unity

Scenes are one of the main concepts in the Unity engine. Let's check out this cute scene management system I built for my game.


Welcome to 3D World

While making a game with isometric 2D graphics, we need 3D physics. We'll explain how we detect collisions and fake a 3D world in order to make the game work.