Skip to content

Commit 93d6ae7

Browse files
committed
Merge branch 'develop'
2 parents ef8b958 + 7432d9b commit 93d6ae7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
## Changelog
2+
### Actors-2020-06-02
3+
🛠️ **Fixed**
4+
* [🐞Pooled gameobject of entity gets null reference exception.](https://github.com/PixeyeHQ/actors.unity/issues/36)
5+
* [🐞Pooled Actors won't initialize after re-activating.](https://github.com/PixeyeHQ/actors.unity/issues/37)
6+
* [🐞Childs of entities are not initialized.](https://github.com/PixeyeHQ/actors.unity/issues/38)
7+
* [🐞Groups are not cleaned when scene is reloaded.](https://github.com/PixeyeHQ/actors.unity/issues/39)
8+
* [🐞Actors continue to think that they are on the old layer when using `entity.MoveTo<T>`](https://github.com/PixeyeHQ/actors.unity/issues/40)
9+
* [🐞Unloading scene in the inspector and hitting play breaks the editor.](https://github.com/PixeyeHQ/actors.unity/issues/41)
10+
* [🐞Tools->Actors->Update Actors doesn't work in the Unity 2019.4](https://github.com/PixeyeHQ/actors.unity/issues/43)
11+
* [🐞Updating entities from the Added/Removed Ecs events do not work correctly.](https://github.com/PixeyeHQ/actors.unity/issues/44)
12+
213
### Actors-2020-06 | Codename: Bluefin Tuna
314
🚧 **IMPORTANT** 🚧
415
The new version of Actors **is not compatible** with previous versions. If you are using ***Actors-2020-04-30*** or earlier version in the production cycle, please change your manifest link to: ```"com.pixeye.ecs": "https://github.com/PixeyeHQ/actors.unity.git#actors-2020-04-30",```
516

617
The framework was rewritten so there is no reason to write down all changes. Look [README](https://github.com/PixeyeHQ/actors.unity/blob/develop/README.md).
718

819
If you want to migrate to the new version of Actors checkout the [MIGRATION GUIDE](https://github.com/PixeyeHQ/actors.unity/wiki/Migration-to-Actors-2020.06).
20+
21+

0 commit comments

Comments
 (0)