Skip to content

Commit f8d261c

Browse files
authored
Update README.md
1 parent 2134fea commit f8d261c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ The asset is completely free, but if you'd like to show support you can [buy me
1010
## Setup
1111
Simply import the package into your project and you're good to go. No additional setup is required.
1212
- Import via the Unity asset store [here](https://u3d.as/2EE5).
13+
- Download directly from the [releases](https://github.com/DavidF-Dev/Unity-DeveloperConsole/releases) tab & import in Unity (<i>Assets>Import Package</i>).
1314
- Import via the Unity package manager (<i>Window>Package Manager</i>).
1415
- Git URL: ``https://github.com/DavidF-Dev/Unity-DeveloperConsole.git``</br>
1516
<img src="/.github/install1.png" alt="Package manager install" width="25%"></src>
1617
- <i>Or</i> add the following line to <i>Packages/manifest.json</i>:</br>``"com.davidfdev.devconsole": "https://github.com/DavidF-Dev/Unity-DeveloperConsole.git"``
17-
- Download directly from the [releases](https://github.com/DavidF-Dev/Unity-DeveloperConsole/releases) tab & import in Unity (<i>Assets>Import Package</i>).
1818

1919
## Usage
2020
When the game is running, press tilde ``~`` to toggle the dev console window. The window has an input field along the bottom where commands can be entered. Pressing ENTER will execute the typed command.

0 commit comments

Comments
 (0)