Version 1.1.3
Release Date
Released on September 18th 2018.
Resolved Issues
- The storyboard callbacks
StoryboardWillPresentInitialCanvasController
andStoryboardWillPerformTransition
, as well as a canvas controller'sPrepareForStoryboardTransition
method, are now guaranteed to be called prior to a canvas controller'sStart
method. - When presenting a canvas controller from script, the configuration action is now guaranteed to be called prior to a canvas controller's
Start
method. - Resolved an issue whereby a Unity build error causes a storyboard to become unusable.