Releases: coryleach/UnityGUI
3.0.2 Adding Tween Extensions for Transform and Custom Lerp
Additional methods on IPanelStackSystem
What's Changed
- Additional methods added to IPanelStackSystem by @coryleach in #15
Full Changelog: 3.0.0...3.0.1
TransitionEvents, Panel Unload, Non-ScriptableObject Systems, and Transitions
This updates contains API breaking changes thus I've bumped the version to 3.0.0
Panel controllers now receive transition events
Panel controller now has panel unload method and callback
Panel systems now have both a scriptable object version and regular object version
Added Pre and Post transition steps to ITransitionPresenter
Updated demo package with interstitial and updates to new interfaces
Transition Bug Fix
Fixed a bug that could happen during panel transition when pushing from PanelViewController's ViewDidAppear
Code Quality Update
Merge pull request #4 from coryleach/dev Merge 2.0.0
Code Quality
2.0.0-a package bump
1.1.3
1.1.2
Added color presets package (currently only 1 preset)
Added FlexibleGridLayout component
Marked SceneTransitionSystem.LoadSceneAsync(string[] loadScenes, string[] unloadScenes) method as obsolete and renamed the method to SceneTransitionSystem.LoadScenesAsync to better reflect that the method loads and unloads multiple scenes.
1.1.1
Pusher Updates. Demo Package.
1.1.0 Updating version and readme