# Scene Config

## Usage

A Scene Config Prefab will be automatically added to any scene created with the [New Scene Wizard](/wizards/new-scene-wizard.md).  It is not necessary to add one manually unless a scene is added manually, and not using the wizard.  Even then it is optional if you do not desire the ability to press play from that scene or use resource selectors in that scene.

## Properties

| Name                         | Description                                                                                                                                                                                  |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| System Configuration Manager | A link to the Game Manager prefab on disk that should be used when building a database for resource selectors to work, or determining which scene is the correct loading scene for the game. |
| Load Game On Play            | If true, the game can be loaded from the current scene by pressing play in the Unity editor.                                                                                                 |

## Dependencies

* A properly configured Game Manager prefab is needed for the Scene Config to work.  The Game Manager prefab is added to any game created with the [New Game Wizard](/wizards/new-game-wizard.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.anyrpg.org/monobehaviours/scene-config.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.
