A game about forced loneliness, made by TACStudios
1# Create a new blank graph with the Project window
2
3You can create a new blank graph through the Project window in the Unity Editor. Your graph contains no starter nodes, and isn't connected to any existing components in your project.
4
5For more information on other ways to create a new graph file, see [Create a new graph file](vs-create-graph.md).
6
7To create a new blank graph:
8
91. [!include[open-project-window](./snippets/vs-open-project-window.md)]
10
112. Right-click a folder in the Project window's folder list, or anywhere in the Project window's preview pane, and go to **Create** > **Visual Scripting**.
12
131. Do one of the following:
14
15 * To create a new Script Graph, select **Script Graph**.
16 * To create a new State Graph, select **State Graph**.
17
183. Enter a name for the new graph.
19
201. Press Enter.
21
22When you open the new graph file, the graph might look similar to the following example.
23
24
25
26## Next steps
27
28After you create a new graph, attach it to a Script Machine or State Machine to use it in your application. For more information, see [Attach a graph file to a Script Machine or State Machine](vs-attach-graph-machine.md).