Skip to content

v1.6.6

Compare
Choose a tag to compare
@Haruma-K Haruma-K released this 15 Jan 07:03
· 15 commits to master since this release
8b898b7

Added an option to perform Cleanup() when Destroy() is called on Pages, Sheets or Modals. This option is enabled by default. If you want to revert to the original behavior, uncheck `Call Cleanup When Destroy' in the Unity Screen Navigator Settings.

Warning

Cleanup() will not wait if it is called from Destroy() because `Destroy()' is a synchronous method.


PageやSheetやModalのDestroy()が呼ばれたときにCleanup()を行うオプションを追加しました。
このオプションはデフォルトで有効です。
元の挙動に戻したい場合、Unity Screen Navigator Settingsの「Call Cleanup When Destroy」のチェックを外してください。

Warning

Destroy()は同期メソッドなのでCleanup()Destroy()から呼ばれる場合には待機されません