Skip to content

Commit eb09b25

Browse files
authored
Update README.md
1 parent 15a0087 commit eb09b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ By this package, you can easily add a debug menu to display the console.
624624

625625
Usage is as follows.
626626

627-
1. Install [**In-game Debug Console**](https://github.com/yasirkula/UnityIngameDebugConsole). (There are several ways to install.)
627+
1. Install & Setup [**In-game Debug Console**](https://github.com/yasirkula/UnityIngameDebugConsole). (There are several ways to install.)
628628
2. (Only if you install 1. not via Package Manager) Add `UDS_INGAMEDEBUGCOSOLE_SUPPORT` to Scripting Define Symbols and restart Unity.
629629
3. (Only if you use your own assembly) Add [UnityDebugSheet.IngameDebugConsole](Assets/UnityDebugSheet/Runtime/Extensions/IngameDebugConsole/UnityDebugSheet.IngameDebugConsole.asmdef) to the referenced assemblies.
630630
4. Write as `DefaultDebugPageBase.AddPageLinkButton<IngameDebugConsoleDebugPage>("In-Game Debug Console", onLoad: x => x.page.Setup(DebugLogManager.Instance));` to add page link cell.
@@ -638,7 +638,7 @@ This is an extension package that links the **Unity Debug Sheet** with [**Graphy
638638

639639
Usage is as follows.
640640

641-
1. Install [**Graphy**](https://github.com/Tayx94/graphy). (There are several ways to install.)
641+
1. Install & Setup [**Graphy**](https://github.com/Tayx94/graphy). (There are several ways to install.)
642642
2. (Only if you install 1. not via Package Manager) Add `UDS_GRAPHY_SUPPORT` to Scripting Define Symbols and restart Unity.
643643
3. (Only if you use your own assembly) Add [UnityDebugSheet.Graphy](Assets/UnityDebugSheet/Runtime/Extensions/Graphy/UnityDebugSheet.Graphy.asmdef) to the referenced assemblies.
644644
4. Write as `DefaultDebugPageBase.AddPageLinkButton<GraphyDebugPage>("Graphy", onLoad: x => x.page.Setup(GraphyManager.Instance));` to add page link cell.

0 commit comments

Comments
 (0)