Reputation: 575
1) The game works fine on many devices.
2) On Samsung j3 all images turns pink. (Banner is showing. Only all images are pink)
3) Android version: 5.1.1 Unity version: 2019.2.15f1
4) Here splash screen(empty background) and game menu screen;
Any ideas? Thanks.
Upvotes: 1
Views: 1810
Reputation: 575
Here is the solution; Edit > Project Settings > Player > Other Settings > Color Space Change color space Linear to Gamma and select Auto Graphic API. Of course linear color space better but Unity says "Unfortunately Linear Color Space is not supported by some mobile hardware and even certain games consoles."
Upvotes: 1
Reputation: 176
Not really an answer more of a suggestion, as far as I know pink is the default color when unity can't render something so my best explanation is that not all devices use all of unity's shaders so either you can edit shader files on unity for specific devices or you'll have to scratch off some devices from your list. Editing shader files is not an easy task especially for specific devices.
Upvotes: 0