Creating a new Scene
Last updated
Last updated
These pages will take your through the steps to make a Scene playable with the Unit System demonstration scripts.
You can use Scene Setup window in Editor to speed up this flow. This window can be found under Unity menu β Tools/TRavljen/Scene Wizard. After the Scene Setup window, you can jump right to Set up the Game World.
Generally in a game you need few things:
Camera - Controls player's perspective of the scene
Player & Interactions - Controls player's state and his interactions
User Interface (UI) - Provides player visual elements for interaction and information display
Scene objects - Environment like resources, random enemy camps, etc.