Scene Flow

Scene Flow

Visual Scripting Editor Extensions

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 to 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.

Scene Flow included a visual node editor for editing the game flow. With the editor, you can design 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.

Explore Scene Flow Editor

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

Highlighted Features

  • Visual game flow editing
  • Manage scene flow with no or minimum coding
  • Loading scene asynchronously
  • Add loading scene between scene transition
  • Scene loading events
  • Easy API
  • Playmaker Support
  • Compatible with Unity 2017/2018.1+

Related Products