# Creating a new Scene

### Overview

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](https://travljen.gitbook.io/unit-system/getting-started/creating-a-new-scene/set-up-the-game-world "mention").

<figure><img src="https://3582497942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy2G6fDLEPuCAcuABMl6j%2Fuploads%2FDgwb3FwbsimRSsFeV7Nv%2Fimage.png?alt=media&#x26;token=2855d9e3-0d69-4029-b588-97680622cd43" alt="" width="375"><figcaption><p>Menu Options</p></figcaption></figure>

<figure><img src="https://3582497942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy2G6fDLEPuCAcuABMl6j%2Fuploads%2FgyGARQ6prfegUvuTpjoi%2Fimage.png?alt=media&#x26;token=9748d612-017a-498d-83ec-18c849353aa6" alt="" width="375"><figcaption><p>Scene Wizard</p></figcaption></figure>

### Steps

Generally in a game you need few things:

* **Camera** - Controls player's perspective of the scene
  * [player-camera](https://travljen.gitbook.io/unit-system/getting-started/creating-a-new-scene/player-camera "mention")
* **Player & Interactions** - Controls player's state and his interactions
  * [set-up-player](https://travljen.gitbook.io/unit-system/getting-started/creating-a-new-scene/set-up-player "mention")
* **User Interface (UI)** - Provides player visual elements for interaction and information display
  * [set-up-player-ui](https://travljen.gitbook.io/unit-system/getting-started/creating-a-new-scene/set-up-player-ui "mention")
* **Scene objects** - Environment like resources, random enemy camps, etc.
  * [set-up-the-game-world](https://travljen.gitbook.io/unit-system/getting-started/creating-a-new-scene/set-up-the-game-world "mention")
