com.unity.graphtools.foundation 0.9.1-preview
com.unity.graphtools.foundation
Notes: processedReleased March 29, 2021
Unity Compatibility
Minimum Unity: 2020.1
Package Dependencies
⚡ API Changes
- `DisposableStateComponentUpdater` (no longer needed)
- `IStateComponentUpdater.BeginStateChange` and `IStateComponentUpdater.EndStateChange`.
- Since `IStateComponentUpdater` now implements `IDisposable`, use the Disposable pattern for updaters. A new `Initialize` method now replaces the `BeginStateChange`.
📈 Improvements
- Renamed `StateComponent.Updater` to `StateComponent.UpdateScope`.
