buildtool icon indicating copy to clipboard operation
buildtool copied to clipboard

Error building Player: Incompatible color space with graphics API

Open Tyson-Wu opened this issue 1 year ago • 2 comments

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

Tyson-Wu avatar Apr 10 '23 06:04 Tyson-Wu

Same issue here with Unity 2022.x

MatthieuG9 avatar Jun 06 '23 12:06 MatthieuG9

Here the PR : https://github.com/superunitybuild/buildtool/pull/118

MatthieuG9 avatar Jun 06 '23 13:06 MatthieuG9

Fixed in #118

robinnorth avatar May 09 '24 10:05 robinnorth