Skip to content

Installing via OpenUPM

Cronyx edited this page Feb 26, 2021 · 3 revisions
OpenUPM Logo

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!

Prerequisites

  1. Unity 2020.2 or greater.
  2. OpenUPM-CLI

Installation

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.

Clone this wiki locally