How to get packages from NPM
- Add a new scoped registry to your Unity project.
- Navigate to Edit > Project Settings > Package Manager
- Add this information:
-
Name: NPMJS public Registry
-
URL: https://registry.npmjs.org
-
Scope: com.iron-mountain
- Click "Apply"
- Add a package to your project
- Navigate to Window > Package Manager
- Click the "+" in the top left.
- Click "Add package by name..."
- Type the name of the desired package (i.e. "com.iron-mountain.package-creator")
- Type the specific version you want (this is optional, you'll get the latest version by default)
- Click "Add"