v1.6.6
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()
から呼ばれる場合には待機されません