I tried run my project(mobile/minimum quality) on android 13.
It runs with blackscreen or splashscreen. And I found this message in logs.
LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile
I tried run my project(mobile/minimum quality) on android 13.
It runs with blackscreen or splashscreen. And I found this message in logs.
LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile
Hey there @el_dim! I’ve seen this issue before with some devices. In the editor go to Edit->Project Settings->Rendering. Untick “Mobile HDR” and remember to click “Set as Default” or it wont apply.
If that’s not the case, it could be the error you’re referencing a texture that’s a PNG having either incorrect compression, or requiring sRGB to be unticked in it’s texture details to be able to be displayed.
Reference thread:
Where i can finde button ‘Set as default’?
I looked through the entire project settings window and found nothing.
Tell me please