Releases: PixeyeHQ/actors.unity
Releases · PixeyeHQ/actors.unity
Actors Framework
Fixes:
- ProcessorTimer works correctly after changing a scene
- ProcessorScene works correctly when no multiscene feature used
Changes:
- DataGameSession removed. If you used this stuff make sure to handle it yourself
- DataGameSettings removed. If you used this stuff make sure to handle it yourself
- Entity automatically get destroyed if all components removed.
- You don't need to have the scene kernel anymore to run the framework. Use it only in case of custom settings or pluggable feature usage.
Added:
- BufferStruct ref Get() method to receive structs from a buffer in the most optimal way.
Правки багов:
- ProcessorTimer работает корректно после смены сцены
- ProcessorScene работает корректно при загрузке новых сцен если до этого имелась только одна сцена.
Изменения:
- DataGameSession упразднен. Если вы используете этот элемент то обрабатываете его самостоятельно.
- DataGameSettings упразднен. Если вы используете этот элемент то обрабатываете его самостоятельно.
- Сущность будет автоматически уничтожена если на ней не осталось компонентов.
- Scene Kernel больше не нужна для работы фреймворка. Используйте только если у вас есть pluggable или вы используете эту сцену для своих настроек.
Добавлено:
- BufferStruct ref Get() метод для оптимального получения структур из буфера
Actors Framework
Code refactoring
Fixes:
Observer returns correct value on the first run.
Actors Framework
Breaking changes
- Actor Add() method removed. Instead, use entity.Set();
- Actor argument removed from models methods.
- AddLater() method removed. If you need to setup component without sending it to groups use Storage.Get(entity);
- Some Actor/Entity create methods are refactored.
Изменения
- Actor Add() метод удален. Используйте в сетапе актора entity.Set();
- Actor аргумент удален из методов моделей.
- AddLater() метод удален. Если нужно настроить компонент но не отправлять его в системы используйте Storage.Get(entity);
- Некоторые Create() методы у Актора/Сущности были отрефакторены и объединены.
Actors Framework
Fix: Null exceptions in ProcessorObservable
Actors Framework
BREAKING CHANGES in models
-> EntityComposer Removed.
-> Use Model Method Name(in ent entity, Actor actor = null) in Model classes
-> Use Method Set instead of Add inside of Model classes.
Actors Framework
BREAKING CHANGES in models
-> EntityComposer Removed.
-> Use Model Method Name(in ent entity, Actor actor = null) in Model classes
-> Use Method Set instead of Add inside of Model classes.
Actors Framework
Small warning fixes
Actors Framework
Bug fixes
Actors Framework
Critical bug fix
Actors Framework
2019.5.27a Update