Scene.isSubScene

public bool isSubScene;

Description

Whether this scene is a subscene.

Subscenes are a concept from Unity's Entity Component System (ECS), used to store ECS entities. To use the ECS, you must install the Entities package. If you are not using the ECS, this property is always false.

Additional resources: Subscenes overview


Did you find this page useful? Please give it a rating: