Disabling and Enabling Components on Entities
Disabling and Enabling Components on Entities
After you add components to entities, you can choose to disable and enable them as needed. This can help you see how different components interact with the entity. For example, if you create an entity and add the Area Light, Environment Probe, and Point Light components to it, you can see how the different light components interact with the entity.
You can disable the components that you don’t want and reenable them later. Disabled components are read only and don’t activate, generate warnings, or export with game data.
To disable and enable components
In the Entity Outliner, select the entity that you want.
In the Entity Inspector, under Add Component, right-click the component that is associated with the entity.
Choose Disable component to disable the component.
Disabled components are dimmed with stripes.
To reenable a disabled component, right-click the component and choose Enable component.