This repository was archived by the owner on Aug 23, 2024. It is now read-only.
4.0.0-preview.1
Pre-release
Pre-release
·
51 commits
to main
since this release
Release Notes
Added
- Add tryget extensions with type only (#75)
- Add
ControllerInstanceController.TryGet()extension methods used to get controller by the specified type. - Change
ControllerInstanceController.Get<T>()method name toGetController<T>(). - Remove
ControllerCollectionController.TryGet()methods, useControllersproperty instead.
- Add
Changed
- Change to reset replace when nothing is selected (#76)
- Change
ControllerCollectionAssetclass inspector replace to reset when None is selected.
- Change
Fixed
- Fix controllers async initialization queue (#77)
- Change
ControllerModule.Controllersproperty be defined as Provider. - Change
ControllerModuleclass initialization of initial controllers without ability to add new ones. - Remove
ControllerCollection.TryGet()method support for nested controller collections. - Remove
IControllerModule.Add()andRemove()methods, useControllersproperty instead.
- Change