docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    System Inspector reference

    When you select a system in the Editor, the Inspector displays its information in two tabs:

    • Queries: Displays the queries that the selected system runs, and the list of components related to that query.
    • Relationships: Displays the entities that the system matches, plus any scheduling constraints that the system has.


    Systems Inspector - Queries (Left), Relationships (Right)

    Queries tab

    The Queries tab displays the queries that the selected system runs, plus their components. This view also displays the system’s access rights to the components (Read or Read & Write). Click on the icon to the right of a component name (), to change the selection to that component. Unity also opens the Component Inspector where possible.

    Relationships tab

    The Relationships tab has two sections:

    • Entities: Lists the entities that the system matches, ordered by query. If there are a lot of entities to display, a Show All button is available. When you select Show All, Unity displays a list of the matching entities in a Query window.
    • Scheduling Constraints: Lists the systems that are affected by any C# attributes that you’ve added to constrain the system. The selected system updates before the systems in the Before grouping, and after the systems listed in the After grouping

    Additional resources

    • System user manual
    • Systems window reference
    • Entity Inspector reference
    • Component Inspector reference
    • Query window reference
    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)