Skip to content

Commit 1bde1ff

Browse files
authored
Update README_JA.md
1 parent 0b1c815 commit 1bde1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ Unityのシステム情報を表示する拡張パッケージです。
624624
1. [**In-game Debug Console**](https://github.com/yasirkula/UnityIngameDebugConsole) をインストール&セットアップする(複数のインストール方法があります)
625625
2. (Package Managerを経由しない方法で1.をインストールした場合のみ)Scripting Define Symbols に `UDS_INGAMEDEBUGCOSOLE_SUPPORT` を追加して Unity を再起動する
626626
3. (独自のアセンブリで使用する場合)[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
630630
FPSやメモリなどの情報を表示するOSS [**Graphy**](https://github.com/Tayx94/graphy)**Unity Debug Sheet** を連携する拡張パッケージです。

0 commit comments

Comments
 (0)