> 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/toolbox/incari/screen/loadscene.md).

# Load Scene

## Overview

![The Load Scene Node.](/files/XJv8L7CYYsBaBszsoXAt)

The **Load Scene Node** loads the specified **Scene**. This can be particularly useful in tandem with the [**Set Scene Node**](/incari-studio/2024.1/toolbox/incari/screen/setscene.md).

Please note that **Scene Separation** must be enabled in the [**Project Settings**](/incari-studio/2024.1/modules/project-settings/sceneseparation.md).

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type        | Description                                                           |
| ----------------- | ----------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**   | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Scene ID`        | **SceneID** | The ID of the chosen **Scene** that will be loaded.                   |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Set Scene**](/incari-studio/2024.1/toolbox/incari/screen/setscene.md)
* [**On Scene Loaded**](/incari-studio/2024.1/toolbox/events/scene/onsceneloaded.md)
* [**Unload Scene**](/incari-studio/2024.1/toolbox/incari/screen/unloadscene.md)
