> For the complete documentation index, see [llms.txt](https://kb.heathen.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/scenes-manager.md).

# Scenes Manager

## Introduction

{% hint style="info" %}
Part of the [Scenes Tools](/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/scenes-management.md) of the UX Complete asset
{% endhint %}

This componenet simply exposes events and features present on the [API.Scenes](/old-kb/toolkit-for-ui-and-ux/unity/api/scenes.md) interface to the Unity Inspector for ease of use. This componenet can be used to drive progress bars and other elements that need to respond to scene processing events.

You can use as many Scenes Manager componenets as you like in as many scenes as you like, all funcitonality and data is actually stored in the API.Scenes interface and is not impacted by the existance or lack of existances of a Scenes Manager object.

## Definition

### Events

All events are available as Unity Events and Heathen [Game Events](/old-kb/assets/system-core/game-events.md)

#### Started

Occurs when a scenes operation starts, this may be a load, unload or both

#### Updated

Occurs each frame a scene operation updates

#### Completed

Occurs when a scenes operation completes

### Funcitons

All funcitons listed here are available on this componenet but are actually executed on the [API.Scenes](/old-kb/toolkit-for-ui-and-ux/unity/api/scenes.md) interface, these are listed on this object for ease of use with Unity Inspector and tools such as Bolt.

#### [Transition](/old-kb/toolkit-for-ui-and-ux/unity/api/scenes.md#transition-between-scenes)

#### [Load](/old-kb/toolkit-for-ui-and-ux/unity/api/scenes.md#additive-load-unload)

#### [Unload](/old-kb/toolkit-for-ui-and-ux/unity/api/scenes.md#additive-load-unload)

#### [Set Active](/old-kb/toolkit-for-ui-and-ux/unity/api/scenes.md#set-scene-active)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/scenes-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
