Skip to content

Unity Package Manager support #9

Answered by KyryloKuzyk
Dasparion asked this question in FAQ
Discussion options

You must be logged in to vote

@Dasparion @bdovaz @SudoCat @arimger
Good news! PrimeTween is now available on NPM!

To install the plugin via Unity Package Manager, open the Packages/manifest.json file and add the scopedRegistries section. If you already have it, then just add a new com.kyrylokuzyk scope.

"scopedRegistries": [
  {
    "name": "npm",
    "url": "https://registry.npmjs.org/",
    "scopes": [
      "com.kyrylokuzyk"
    ]
  }
]

Then add this line to the dependencies section:

    "com.kyrylokuzyk.primetween": "1.3.0",

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@Romaleks360
Comment options

@KyryloKuzyk
Comment options

@bdovaz
Comment options

@KyryloKuzyk
Comment options

@arimger
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by KyryloKuzyk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #7 on September 11, 2023 14:36.