-
Notifications
You must be signed in to change notification settings - Fork 492
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
ShaderGraph dependency problem for OpenUPM install #704
Comments
Hey, thanks for the report. This looks like a regression in Unity, 10.0.0 should simply resolve to the latest supported version. Which Unity version are you using? |
I got the error with Unity 2022.3.18 |
OK, thanks. I'll try to reproduce. It works fine on 2022.3.17f1 and 2022.3.20f1 when not using the openupm CLI. It may actually be a bug in that. |
This is a bug in the OpenUPM CLI: As a workaround, run |
Thanks. I'll use -f option until the bug is fixed. I encountered the bug with a different package and posted the issue in the repository. |
I got the following error when I install UnityGLTF using OpenUPM
The package has a dependency of "com.unity.modules.imageconversion": "1.0.0", but the version is not valid.
The text was updated successfully, but these errors were encountered: