File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ Unityのシステム情報を表示する拡張パッケージです。
6246241 . [ ** In-game Debug Console** ] ( https://github.com/yasirkula/UnityIngameDebugConsole ) をインストール&セットアップする(複数のインストール方法があります)
6256252 . (Package Managerを経由しない方法で1.をインストールした場合のみ)Scripting Define Symbols に ` UDS_INGAMEDEBUGCOSOLE_SUPPORT ` を追加して Unity を再起動する
6266263 . (独自のアセンブリで使用する場合)[ UnityDebugSheet.IngameDebugConsole] ( Assets/UnityDebugSheet/Runtime/Extensions/IngameDebugConsole/UnityDebugSheet.IngameDebugConsole.asmdef ) を参照アセンブリに加える
627- 4 . ` DefaultDebugPageBase.AddPageLinkButton<IngameDebugConsoleDebugPage>("In-Game Debug Console", onLoad: x => x.Setup(DebugLogManager.Instance)); ` のようにしてページへのリンクセルを追加する
627+ 4 . ` DefaultDebugPageBase.AddPageLinkButton<IngameDebugConsoleDebugPage>("In-Game Debug Console", onLoad: x => x.page. Setup(DebugLogManager.Instance)); ` のようにしてページへのリンクセルを追加する
628628
629629### Graphy
630630FPSやメモリなどの情報を表示するOSS [ ** Graphy** ] ( https://github.com/Tayx94/graphy ) と ** Unity Debug Sheet** を連携する拡張パッケージです。
You can’t perform that action at this time.
0 commit comments