-
Notifications
You must be signed in to change notification settings - Fork 3
Installing via OpenUPM
Cronyx edited this page Feb 26, 2021
·
3 revisions
This package is hosted on OpenUPM, a unified package registry that extends the functionality of the existing Unity Package Manager. You can easily download and install the DeveloperConsole into your project using the OpenUPM command line interface!
- Unity
2020.2
or greater. -
OpenUPM-CLI
Navigate to your Unity project's root directory and run the following command:
~ $ cd MyProject
~/MyProject $ openupm add com.cronyx.console
~/MyProject $ █
This will add the latest version of the package to your projects package manifest. Open the Unity editor and the package should be downloaded.