Haruma-K / UnityScreenNavigator

Library for screen transitions, transition animations, transition history stacking, and screen lifecycle management in Unity's uGUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some classes does not implement async interface members

attolee opened this issue · comments

Enable USN_USE_ASYNC_METHODS, found that the following classes do not implement their interface,

  1. AnonymousModalLifecycleEvent
  2. AnonymousModalLifecycleEvent
  3. AnonymousSheetLifecycleEvent

@attolee
Indeed. I will fix it.
Thanks for the info!

@attolee
I fixed it and released as 1.5.1!

https://github.com/Haruma-K/UnityScreenNavigator/releases/tag/1.5.1

PR is below.

#20

Thanks again for your information!