> 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/modules/project-settings/sceneseparation.md).

# Scene Separation

![The Project Settings Scene Separation Attributes.](/files/r7ZcQllJHhrbld2EtweG)

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