Releases: Haruma-K/UnityDebugSheet
Releases · Haruma-K/UnityDebugSheet
1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
Update the Unity Extensions package.
You can now display following class information.
- SystemInfo
- Application
- Time
- QualitySettings
- Screen
- Input
- Graphics
- Physics
- Physics2D
Unityシステム情報を表示用の拡張パッケージを更新しました。
以下のクラスの情報が見れるようになりました。
- SystemInfo
- Application
- Time
- QualitySettings
- Screen
- Input
- Graphics
- Physics
- Physics2D
v1.4.1
v1.4.0
New Feature
- Implemented the feature to pop multiple pages at once.
Warning
Warning
This version includes breaking changes.
Please follow the steps below to update.
- As the type of
onLoad
arguments forDebugSheet.PushPage()
has been changed, if you encounter errors, please correct it. - Until now, only the instance of the page was being called back, but it has been modified to also return the page ID.
新機能
- まとめて戻る機能を実装しました
注意
Warning
このバージョンには破壊的変更が含まれます。
以下の手順に従いアップデートしてください。
DebugSheet.PushPage()
のonLoad
引数の型を変更したため、エラーが出たら適宜書き換えてください。- 今まではページのインスタンスだけをコールバックしていましたが、ページIDも一緒に返すように変更しました。