Scene Management in Unity
Mon 20 May 2024 #CodeReview
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.
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.
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.