-
Sébastien Guimmara authored
BREAKING CHANGE: `Entity3D._instance` is now longer accessible from subclasses. Instead, use the getter `Entity.instance`. This property will throw an error if the entity is not initialized (yet). To check if the entity is initialized, use `Entity.ready`.
Loading