Releases: Haruma-K/UnityScreenNavigator
Releases · Haruma-K/UnityScreenNavigator
v1.5.4
- Add a option to disable the interactions of all containers during transitions.
- This option is active in default.
- If you want to return to the default behavior before the update, uncheck
Control Interactions Of All Containers
inUnityScreenNavigatorSettings
.
- If you want to return to the default behavior before the update, uncheck
- README is here
- 遷移中に全コンテナのインタラクションを無効にするオプション追加しました
- このオプションはデフォルトで有効になります
- アップデート前のデフォルト挙動に戻したい場合は
UnityScreenNavigatorSettings
のControl Interactions Of All Containers
のチェックを外してください
- アップデート前のデフォルト挙動に戻したい場合は
- READMEはこちら
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.1
v1.4.0
- Made it easy to register lifecycle events like
page.AddLifecycleEvent(onWillPushEnter: OnWillPushEnter);
- Created overload methods that you can attach to components such as Page when pushing.
page.AddLifecycleEvent(onWillPushEnter: OnWillPushEnter);
のようにライフサイクルイベントを簡単に登録できるようにしました。- Pageなどのコンポーネントをプッシュ時にアタッチできるオーバーロードメソッドを作成しました。