SolidAlloy / GenericUnityObjects

Generic UnityEngine.Objects
Other
167 stars 13 forks source link

Can't install via Package Manager using git URL #15

Closed OranBar closed 3 years ago

OranBar commented 3 years ago

image

I tried following the readme to install the package from the package manager. The first 2 packages (https://github.com/SolidAlloy/SolidUtilities.git, https://github.com/SolidAlloy/ClassTypeReference-for-Unity.git) are imported alright, but when I try to import https://github.com/SolidAlloy/GenericUnityObjects.git, I get the error shown in the image.

I should also mention that the method via modifying the manifest.json doesn't work. It looks like the version number ( "com.solidalloy.generic-unity-objects": "1.1.5") is not correct.

I think the problem is realted to cysharp, but unsure on how to proceed

I'm using Unity 2020.3.1f11

SolidAlloy commented 3 years ago

Hello, thanks for reporting the issue. I removed a dependency on com.cysharp.unitask in the new version of the package - 2.6.0. Could you try installing it again? You might need to reimport the other two packages because they were also updated.