-
Notifications
You must be signed in to change notification settings - Fork 119
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
Error building Player: Incompatible color space with graphics API #100
Labels
Comments
Same issue here with Unity 2022.x |
MatthieuG9
added a commit
to MatthieuG9/superunitybuildtool
that referenced
this issue
Jun 6, 2023
Here the PR : #118 |
robinnorth
added a commit
that referenced
this issue
May 9, 2024
Fix issue #100 - Add AssetDatabase.SaveAssets()
Fixed in #118 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i set linear color space for android platform, build for android throw the error:
"Error building Player: Incompatible color space with graphics API"
i fix this by add a simple line:
AssetDatabase.SaveAssets();
in the BuildProject.cs before invoke BuildPipeline.BuildPlayer
The text was updated successfully, but these errors were encountered: