Skip to content

Commit 0b1c815

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_JA.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ Unityのシステム情報を表示する拡張パッケージです。
621621

622622
使用方法は以下の通りです。
623623

624-
1. [**In-game Debug Console**](https://github.com/yasirkula/UnityIngameDebugConsole) をインストールする(複数のインストール方法があります)
624+
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) を参照アセンブリに加える
627627
4. `DefaultDebugPageBase.AddPageLinkButton<IngameDebugConsoleDebugPage>("In-Game Debug Console", onLoad: x => x.Setup(DebugLogManager.Instance));` のようにしてページへのリンクセルを追加する
@@ -635,7 +635,7 @@ FPSやメモリなどの情報を表示するOSS [**Graphy**](https://github.com
635635

636636
使用方法は以下の通りです。
637637

638-
1. [**Graphy**](https://github.com/Tayx94/graphy) をインストールする(複数のインストール方法があります)
638+
1. [**Graphy**](https://github.com/Tayx94/graphy) をインストール&セットアップする(複数のインストール方法があります)
639639
2. (Package Managerを経由しない方法で1.をインストールした場合のみ)Scripting Define Symbols に `UDS_GRAPHY_SUPPORT` を追加して Unity を再起動する
640640
3. (独自のアセンブリで使用する場合)[UnityDebugSheet.Graphy](Assets/UnityDebugSheet/Runtime/Extensions/Graphy/UnityDebugSheet.Graphy.asmdef) を参照アセンブリに加える
641641
4. `DefaultDebugPageBase.AddPageLinkButton<GraphyDebugPage>("Graphy", onLoad: x => x.page.Setup(GraphyManager.Instance));` のようにしてページへのリンクセルを追加する

0 commit comments

Comments
 (0)