# Unload Scene

## Overview

![The Unload Scene Node.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-7ec0fa7ce6eb1ab547925428bcb823e84d3876ab%2Funloadscenenode20241.png?alt=media)

The **Unload Scene Node** unloads the specified **Scene** and returns a **Boolean** which confirms or denies this success.

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

[**Scope**](https://docs.incari.com/incari-studio/2024.1/overview#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. |
| `Success`          | **Boolean** | Returns *true* if the **Scene** was successfully unloaded, or *false* if not.                                                          |

## See Also

* [**Load Scene**](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/screen/loadscene)
