Skip to content
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

Closed
Tyson-Wu opened this issue Apr 10, 2023 · 3 comments
Closed

Error building Player: Incompatible color space with graphics API #100

Tyson-Wu opened this issue Apr 10, 2023 · 3 comments
Labels

Comments

@Tyson-Wu
Copy link

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

@MatthieuG9
Copy link
Contributor

Same issue here with Unity 2022.x

MatthieuG9 added a commit to MatthieuG9/superunitybuildtool that referenced this issue Jun 6, 2023
@MatthieuG9
Copy link
Contributor

Here the PR : #118

@github-actions github-actions bot added the stale label Aug 5, 2023
@robinnorth robinnorth added bug and removed stale labels Jan 30, 2024
@robinnorth robinnorth reopened this Jan 30, 2024
robinnorth added a commit that referenced this issue May 9, 2024
Fix issue #100 - Add AssetDatabase.SaveAssets()
@robinnorth
Copy link
Collaborator

Fixed in #118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants