All Projects → consulo → UnityEditorConsuloPlugin

consulo / UnityEditorConsuloPlugin

Licence: Apache-2.0 License
Consulo plugin for UnityEditor

Programming Languages

C#
18002 projects

How to use it?

Need add package to package list in manifest.json

Packages/manifest.json

{
  "dependencies": {
    "com.consulo.ide": "https://github.com/consulo/UnityEditorConsuloPlugin.git#2.6.0"
  }
}

For advanced users

Package can use be used as git repository - but be careful, master is dev branch.

  "dependencies": {
    "com.consulo.ide": "https://github.com/consulo/UnityEditorConsuloPlugin.git"
  }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].