Skip to content

Moving to Unity Package Manager - #20

Merged
VISTALL merged 24 commits into
masterfrom
npm
Oct 24, 2020
Merged

Moving to Unity Package Manager#20
VISTALL merged 24 commits into
masterfrom
npm

Conversation

@VISTALL

@VISTALL VISTALL commented Jun 15, 2020

Copy link
Copy Markdown
Member

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": "Main",
      "url": "http://upm.consulo.io/",
      "scopes": [
        "com.consulo"
      ]
    }
  ],
  "dependencies": {
    "com.consulo.ide": "2.0.0"
  }
}

After 2019.3

{
  "scopedRegistries": [
    {
      "name": "Main",
      "url": "https://upm.consulo.io/",
      "scopes": [
        "com.consulo"
      ]
    }
  ],
  "dependencies": {
    "com.consulo.ide": "2.0.0"
  }
}

@VISTALL VISTALL self-assigned this Jun 15, 2020
@VISTALL
VISTALL merged commit 9b24fd8 into master Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant