Actors
Changelog
Actors-2020-06-02
🛠️ Fixed
- 🐞Pooled gameobject of entity gets null reference exception.
- 🐞Pooled Actors won't initialize after re-activating.
- 🐞Childs of entities are not initialized.
- 🐞Groups are not cleaned when a scene is reloaded.
- 🐞Actors continue to think that they are on the old layer when using
entity.MoveTo<T>
- 🐞Unloading scene in the inspector and hitting play breaks the editor.
- 🐞Tools->Actors->Update Actors doesn't work in the Unity 2019.4
- 🐞Updating entities from the Added/Removed Ecs events do not work correctly.