-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Cannot access repositories from Unity Package Manager #614
Comments
I am also facing the same issue. |
Same issue over here |
I found the solution here: https://forum.unity.com/threads/gitlab-pipeline-unity-hub-wont-sign-in.1515683/ |
This is required to fix CI as game-ci currently does not support downloaded packages directly from the Unity Package Manager remote. game-ci/unity-builder#614 https://forum.unity.com/threads/gitlab-pipeline-unity-hub-wont-sign-in.1515683/
I run into this problem and fixed it via this solution. However, this is more like a workaround. Probably game-ci needs to get extended to support loading packages from the Asset Store. |
Bug description
When adding the Meta XR Core SDK using the Unity Package Manager (so from the Unity Asset Store), everything works out-of-the-box in the editor and in builds there. In the CI build pipeline (self-hosted), the build fails because the Unity Builder isn't capable of downloading the Meta package from Unity Packagestore.
How to reproduce
Expected behavior
Normal build workflow, successful result.
Additional details
The build fails with the following error:
The text was updated successfully, but these errors were encountered: