Version 1.1.0
Release Date
Released on June 19th 2018.
New Features
- World Space Support
- Storyboards can now be presented in world space by changing their presentation space to World Space.
- Canvas Controllers can also be presented in world space from script by passing a
CanvasControllerWorldSpaceContainer
toCanvasController.PresentInitialCanvasController<T>()
. - The Storyboard component now has a custom inspector.
- Created a new example - 3. World Space UI - to demonstrate presenting a storyboard in world space.
Resolved Issues
- Fixed an issue that caused an error to be logged to the console when creating a new scene using the right-click menu.