Skip to content
Discussion options

You must be logged in to vote

Yes, it's okay if you ask your users to install PrimeTween manually from Asset Store.

I just uploaded PrimeTween to npm, and it seems to work as I expected. Here is the installation process:
Add a scoped registry to Packages/manifest.json file:

"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",

Please tell me if this works for you. I'll update the license file soon to reflect that it's now allowed to install PrimeTween via npm.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@suppayami
Comment options

@KyryloKuzyk
Comment options

Answer selected by KyryloKuzyk
@suppayami
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants