AlephVault / unity-ipfs

This package contains utilities to load resources from IPFS.
MIT License
1 stars 1 forks source link

How to install? #1

Open kenorb opened 1 year ago

kenorb commented 1 year ago

Steps from README doesn't work as unity.packages.alephvault.com doesn't load. I've tried to add package using link to this Git repo, but got the following error:

[Package Manager Window] Error adding package: https://github.com/AlephVault/unity-ipfs.git.
Unable to add package [https://github.com/AlephVault/unity-ipfs.git]:
  Package com.alephvault.unity.ipfs@https://github.com/AlephVault/unity-ipfs.git has invalid dependencies or related test packages:
    com.alephvault.unity.support (dependency): Package [com.alephvault.unity.support@0.0.1] cannot be found

So it has some dependencies which cannot be solved. Is it this one needs to be installed first? https://github.com/AlephVault/unity-support

luismasuelli commented 1 year ago

Fuck. Sorry! I HAVE TO SERIOUSLY UPDATE THIS since I took down the package resolver after an incomplete install.

So far to install it:

  1. Clone the repository.
  2. Install from disk.

It should have no dependencies.

To be honest, I'm still working on these MANY packages I have, which are pretty much experimental.

When I bump everything to 1.0.0 I'll have the NPM package server properly mounted.

Also, to be honest, I tested this with very small txt/json files. Feel free to report any bug and I'll attend.