Unity to WeChat mini-game Error building Player: Incompatible color space with graphics API

Unity to WeChat mini-game Error building Player: Incompatible color space with graphics API

Unity develops WeChat mini-games and converts the mini-games. Error building Player: Incompatible color space with graphics AP error is reported. The main reason is that it is not compatible with WEBGL2.0.

method one

You need to set Color space to Gamma in File->Build settings->Player Settings in Unity Editor. The default value is Linear which requires WebGL2.0 support.

Method Two

Check the option WebGL2.0(Beta) option. can also solve the above problems

Remark

minigame-unity-webgl-transform plugin version minigame.202302151921.unitypackage. It is estimated that the official version supporting WebGL2.0 will be released in future versions

insert image description here

Alt

Guess you like

Origin blog.csdn.net/allexw/article/details/129199712