> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/modules/project-settings/sceneseparation.md).

# 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**](/incari-studio/2024.1/toolbox/events/scene.md)
  * [**On Scene Loaded**](/incari-studio/2024.1/toolbox/events/scene/onsceneloaded.md)
* [**Screen**](/incari-studio/2024.1/toolbox/incari/screen.md)
  * [**Load Scene**](/incari-studio/2024.1/toolbox/incari/screen/loadscene.md)
  * [**Unload Scene**](/incari-studio/2024.1/toolbox/incari/screen/unloadscene.md)
