docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    SystemGraph basics

    This page gives a brief description of how you can use, create, and modify SystemGraph assets.

    Create a new SystemGraph

    To create a new system graph:

    1. In the Project, right-click and select Create > System > System Graph

      Create Graph

    2. Enter the name of your system graph.

    3. After entering a name, the SystemGraph window will open in the Editor.

    SystemGraph window

    Add nodes to your SystemGraph

    To add a node:

    1. In the SystemGraph window, right-click and select Create Node.
    2. Select the node type from the list, or enter the node type in the search bar.

    Create node

    Add a SystemGraph asset to a GameObject

    To add a SystemGraph asset to a GameObject:

    1. In the Hierarchy window, select the GameObject.
    2. In the Inspector window, select Add Component.
    3. Use the search bar to find System Graph Component.
    4. Select System Graph Component from the filter results.

    Add System Graph Component

    You can also add a System GameObject that already contains the System Graph Component. In the Hierarchy window, right-click and select Create > System.

    Create System GameObject

    Test your SystemGraph

    For an example of SystemGraph in action, see the Hello World tutorial.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)