# Unload Scene

## Overview

![The Unload Scene Node.](/files/EHyrL3xSS1kkiIsXIeRk)

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**](/incari-studio/modules/project-settings/sceneseparation.md).

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

## See Also

* [**Load Scene**](/incari-studio/toolbox/incari/screen/loadscene.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/toolbox/incari/screen/unloadscene.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
