# Scene Separation

![The Project Settings Scene Separation Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-bb01f46a64bae14ae7db9d06d22bd892d5f4b6f1%2Fprojectsettingssceneseparation20232.png?alt=media)

The **Scene Separation Settings** in **Incari** streamline what **Scenes** are loaded at runtime.

`Enable` enables or disables **Scene** separation. This means that when enabled, all **Scenes** are treated individually. **Scenes** are intialized separately and all **Logic** and graphics associated with a **Scene** not in use will not load or intialize. In other words, if this is enabled, there is a shorter loading time.

This can be used in tandem with a few **Nodes** which allow the user to incorporate this function in the **Logic**. These are:

* [**Scene**](https://docs.incari.com/incari-studio/2023.2/toolbox/events/scene)
  * [**On Scene Loaded**](https://docs.incari.com/incari-studio/2023.2/toolbox/events/scene/onsceneloaded)
* [**Screen**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/screen)
  * [**Load Scene**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/screen/loadscene)
  * [**Unload Scene**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/screen/unloadscene)
