The Wayback Machine - https://web.archive.org/web/20210117013131/https://github.com/consulo/UnityEditorConsuloPlugin
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

How to use it?

Need add package to package list in manifest.json

Packages/manifest.json

Before 2019.3 (due certificate problem - use http protocol)

{
  "scopedRegistries": [
    {
      "name": "consulo.io",
      "url": "http://upm.consulo.io/",
      "scopes": [
        "com.consulo"
      ]
    }
  ],
  "dependencies": {
    "com.consulo.ide": "2.4.0"
  }
}

After 2019.3

{
  "scopedRegistries": [
    {
      "name": "consulo.io",
      "url": "https://upm.consulo.io/",
      "scopes": [
        "com.consulo"
      ]
    }
  ],
  "dependencies": {
    "com.consulo.ide": "2.4.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"
  }

About

Consulo plugin for UnityEditor

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.