# Scene Separation

![The Project Settings Scene Separation Attributes.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-c29f11c08b3998ac1bcbeb50deaeaec76ba6c11c%2Fprojsettssceneseparation20241.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/2024.1/toolbox/events/scene)
  * [**On Scene Loaded**](https://docs.incari.com/incari-studio/2024.1/toolbox/events/scene/onsceneloaded)
* [**Screen**](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/screen)
  * [**Load Scene**](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/screen/loadscene)
  * [**Unload Scene**](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/screen/unloadscene)
