keijiro / Akvfx

Azure Kinect plugin for Unity VFX Graph
Other
571 stars 81 forks source link

502 Error #7

Closed amandalangley closed 4 years ago

amandalangley commented 4 years ago

Hey, thanks for the awesome work! When I open the project, I am having a problem with resolving dependencies. I'm getting a 502 error. My Azure Kinect is working on my computer. I have the correct Unity version 2019.2.2f1.

Here is what happens when I open the project: UnityErrorWhileOpeningProject

And this is what happens when I try and look at the Package Manager UI: PackageManagerError

Any idea what is going on?

keijiro commented 4 years ago

This project uses the UnityNuGet registry to import some Nuget packages. It seems the registry site is temporarily unavailable.

sokobanni commented 4 years ago

Looks like UnityNuGet doesn't work with 2019.2 (they said it only work with 2019.1), but recent akvfx project is set for 2019.2.2f. In my case, after I tried to run it with 2019.1.14f, it will works fine with 2019.2.

amandalangley commented 4 years ago

Looks like UnityNuGet doesn't work with 2019.2 (they said it only work with 2019.1), but recent akvfx project is set for 2019.2.2f. In my case, after I tried to run it with 2019.1.14f, it will works fine with 2019.2.

Hey, thanks, I've got it working now.