Components window reference
The Components window displays a list of C# component types that Unity has loaded across all assemblies and packages. Use the search bar to find components, and select them to see more information about them in the component Inspector.
To open the Components window, go to Window > Entities > Components.
Use the search bar to find components, and select a component to see its details in the Component Inspector. This window is a useful way to find and investigate the components in your project. For more information about inspecting components, see the Component Inspector reference documentation.
Components window with an open Inspector
The following icons represent the different types of components:
Icon | Component type |
---|---|
A buffer component | |
A chunk component | |
A managed component | |
A shared component | |
A tag component |