Skip to content

Releases: Haruma-K/UnityScreenNavigator

v1.5.4

06 Nov 14:36
Compare
Choose a tag to compare
  • 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 in UnityScreenNavigatorSettings.
  • README is here

  • 遷移中に全コンテナのインタラクションを無効にするオプション追加しました
  • このオプションはデフォルトで有効になります
    • アップデート前のデフォルト挙動に戻したい場合はUnityScreenNavigatorSettingsControl Interactions Of All Containersのチェックを外してください
  • READMEはこちら

image

v1.5.3

04 Nov 13:00
Compare
Choose a tag to compare
  • Add non-generic version of the Push/Register methods.
  • You can now Push/Regisgter screens by specifying the type.

  • Push/Registerメソッドの非Genericなバージョンを作成しました
  • Typeを指定して画面をPush/Registerできます

v1.5.2

05 Oct 05:11
Compare
Choose a tag to compare

bumped because upm build failed.

v1.5.1

04 Oct 15:20
455c95b
Compare
Choose a tag to compare

Fix compile errors when USN_USE_ASYNC_METHOD is enabled.


USN_USE_ASYNC_METHOD が有効な場合にコンパイルエラーが起きていたのを修正しました。

v1.5.0

02 Aug 13:22
fbb94a8
Compare
Choose a tag to compare
  • Add Close Modal When Clicked option to Modal Backdrop component.
  • If checked, close the active modal when the modal backdrop is clicked.

  • Modal Backdrop コンポーネントに Close Modal When Clicked オプションを追加しました。
  • チェックするとモーダル背景がクリックされたときにアクティブなモーダルを閉じます。

image

v1.4.1

18 Jul 07:15
Compare
Choose a tag to compare
  • Fix build error.

  • ビルドエラーを修正しました。

v1.4.0

05 Jul 14:48
Compare
Choose a tag to compare
  • 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などのコンポーネントをプッシュ時にアタッチできるオーバーロードメソッドを作成しました。

v1.3.1

19 Jun 01:49
Compare
Choose a tag to compare
  • To be able to use asset names as keys in PreloadedAssetObject.

  • PreloadedAssetObjectのキーとしてアセット名を使用できるように。

v1.3.0

14 Jun 15:57
Compare
Choose a tag to compare
  • PreloadedAssetLoader を実装 - 1b22017
  • 各コンテナに AssetLoader を設定できるように - f7e5dcf

  • Add PreloadedAssetLoader. - 1b22017
  • Allow to set AssetLoader for each Container. - f7e5dcf

v1.2.0

13 Jun 14:43
Compare
Choose a tag to compare
  • Add the information about the transition animation currently playing.

  • 再生中の遷移アニメーションの情報を取得できるようにしました。