Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isSubScene

Whether this scene is a subscene.
Read time 1 minuteLast updated 12 days ago

Definition

public bool isSubScene { get; set; }

Remarks

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