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