Chapter 7 Part 1 | Create Unity State Graph

User will create a Unity state graph, which is a visual logic tool. The graphs allows the user to create their project by connecting visual nodes instead of writing traditional lines of code.

Save the Unity project periodically throughout the process (CTRL + S)!

Unity Hotkeys

Graph Generation

State graph - connect individual actions and values in a specific order. The order of execution is the flow of the script.

If the user is having difficulty editing the graph or finding specific game objects, they should make sure they are: (1) in the Scene variables tab (versus the default Graph variables tab) and (2) not in Play mode.

Last updated