Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please release this as a UPM-compatible package #42

Closed
Vivraan opened this issue Feb 11, 2022 · 3 comments
Closed

Please release this as a UPM-compatible package #42

Vivraan opened this issue Feb 11, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@Vivraan
Copy link

Vivraan commented Feb 11, 2022

Reference: https://forum.moralis.io/t/ethereum-unity3d-boilerplate-questions/4553/307?u=vivraan

This is a request to consider making this a UPM package, which makes updates and dependencies more streamlined, instead of having copies of dependencies which may not be desirable, such as TextMeshPro.

The following is a weak argument: I already maintain my project code as defined with separate Assembly Definition files, which makes working with this package painful since I have to set it up manually each time I want to use it. I've also created a project which contains this project's contents in a UPM compatible package which I use in multiple projects, making it easy to manage.

@xactant xactant added the enhancement New feature or request label Feb 12, 2022
@xactant
Copy link
Contributor

xactant commented Feb 12, 2022

This is now on my roadmap.

@Vivraan
Copy link
Author

Vivraan commented Feb 14, 2022

For reference, Cinemachine:
image

@KoenRijpstra KoenRijpstra mentioned this issue May 20, 2022
@KoenRijpstra
Copy link
Contributor

KoenRijpstra commented May 20, 2022

With the release of version 1.2.0 there is now a UPM-compatible package.

📄 Setup via Git URL

  1. Select menu Window -> Package Manager
  2. Add package from Git URL: https://github.com/MoralisWeb3/web3-unity-sdk.git
  3. Select the Moralis Web3 Unity SDK and click on the Install button.
  4. OPTIONAL - install the demo.

📄 Setup via UPM Package

  1. Select menu Window -> Package Manager
  2. Open Settings and select Advanced Project Settings
  3. In the Package Manager section add a scoped registry entry for moralis on npmjs
    NAME: npmjs
    URL: https://registry.npmjs/org
    SCOPE(s): io.moralis
  4. Click on the Save button and close the Project Settings window.
  5. In Package Manager select My Registries from the location dropdown.
  6. Select the Moralis Web3 Unity SDK and click on the Install button.
  7. OPTIONAL - install the demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants