Skip to content

Conversation

@CoderGamester
Copy link
Owner

  • Added NonDrawingView to have an Image without a renderer to not add additional draw calls.
  • Added SafeAreaHelperView to add the possibility for the RectTransform to adjust himself to the screen notches
  • Added AnimatedUiPresenter to play animation on enter or closing
  • Added the possibility to add Layers externally into the UiService

Changed:

  • Now Canvas are single GameObjects that can be controlled outside of the UiService

Fixed:

  • Fixed the issue when setting data on UiPresenterData not being invoked

Miguel Tomas added 4 commits December 14, 2020 00:17
…dicional draw calls.

Added SafeAreaHelperView to add the possibility for the RectTransform to adjust himself to the screen notches
Fixed the issue when setting data on UiPresenterData not being invoked.
Added UiCloseActivePresenter to add the possibility to close the UiPresenter without deactivating the game object
Now Canvas are single GameObjects that can be countrolled outside of the UiService
Fixed a bug that would make the SafeAreaHelperView inproperly position the object when enabling it multiple times
…the Open/Close animation

Added the possibility to add Layers externally into the UiService
@CoderGamester CoderGamester merged commit 12dbb62 into master Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants