# What is Scene Flow?

![](https://2173864829-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LX7wZveSDgKTUIzUGok%2F-LXOcBh5e2uCJnHI6lMz%2F-LXOdIrCaTeskO2EQXU3%2Fimage004.png?alt=media\&token=35dc558c-6b0c-41a7-909a-84fd0ebc2794)

**Scene Flow** is a software package that allow user to create and design game flow in **Unity**. Whether you have a few or many scenes in your project, **Scene Flow** can help you simplify the design and management process of the game flow. The package included a visual node editor for editing game flow and a scene manager in runtime.

![](https://2173864829-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LX7wZveSDgKTUIzUGok%2F-LXOcBh5e2uCJnHI6lMz%2F-LXOdQHfAl4qi5gMwtll%2Fimage006.png?alt=media\&token=2da18f57-9aa6-49ba-b130-762c5ab48e6d)

**Scene Flow** included a visual node editor for editing the game flow. With the editor, you can define the order of your game scene and how they interact with UI by connecting the node in the flow graph. In the flow graph, you can easily see how your game navigation from scene to scene and enhance the design process of the game flow.

![](https://2173864829-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LX7wZveSDgKTUIzUGok%2F-LXOcBh5e2uCJnHI6lMz%2F-LXOdZ0yzziRVuJacn1B%2Fimage008.png?alt=media\&token=0d11a196-672f-4aec-b8d7-82233a952f72)

Beside the graph editor, the package included the scene manager script in runtime that use to execute the flow designed in the graph. It will load the scenes according the order designed in the flow graph and connect your own UI and script.


---

# 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.digicrafts.com.hk/sceneflow/master.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.
