-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
CLI package resolution throws exceptions for packages that work fine in Unity #155
Comments
Regarding the reference #133, Unity has ceased using the registry for built-in packages. Now, built-in packages are resolved from the "BuiltInPackages" folder included with the Editor. If there is a version mismatch, it simply gets ignored. For now, use A test for Unity2022.3.17f1: |
Does this issue have any difference to #133? If not we could close it right? |
Yes and no.
#133 wants to resolve this issue. However, Depends on how #133 is implemented
|
After reading the implementation of #364, the built-in package version verification has been bypassed. Then this will be resolved with it. |
Bug report
Running
openupm add org.khronos.unitygltf
results in exceptions in the CLI.Running with
-f
works fine and results in a working project.See
Bug category
Steps to reproduce
openupm add org.khronos.unitygltf
openupm add org.khronos.unitygltf -f
and note it actually works fineWe've been using 10.0.0 as dependency forever, and Unity will always auto-upgrade older ShaderGraph versions to the correct built-in version actually available in each specific version of Unity.
What is expected?
No error in the openupm CLI, makes it look as if dependencies would be wrong in the package.
What is actually happening?
Exception in the CLI
The text was updated successfully, but these errors were encountered: