RageAgainstThePixel / com.utilities.rest

RESTful utilities for the Unity (UPM)
MIT License
22 stars 1 forks source link

Can't install! #1

Closed tomkail closed 1 year ago

tomkail commented 1 year ago

Bug Report

Seeing this error when installing via Github URL:

[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com/RageAgainstThePixel/com.utilities.rest.git#upm]:
  Package com.utilities.rest@https://github.com/RageAgainstThePixel/com.utilities.rest.git#upm has invalid dependencies or related test packages:
    com.utilities.async (dependency): Package [com.utilities.async@1.2.0] cannot be found [NotFound].
StephenHodgson commented 1 year ago

You also need to manually install the com.utilities.async dependency.

If you're unfamiliar with how to install the dependencies for git packages I encourage you to install via the preferred openupm method instead because it supports dependencies and versioning better.