Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How to get packages from NPM

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

Support this post

Did you like this post? Tell us