- Home /
Why are the UI Textures darkening when Built?
When the game is running in the editor it looks as it should..
But when i build the game it darkens the UI...
The Menus are loaded in an Additive Scene though there is also a menu in the game that has the same problem...ive tried changing the scene lighting (in both scenes), I've changed the sort order of the Canvas's (even with all other canvas's deactivated it still does it), built it with only the menu scene, rebuilt the project on a clean Unity project and tried setting each scene to active...nothing i can think of will work.
is there a panel inside your canvas ? if yes, try removing the background of the panel, make it none.
Answer by pethersk · Jun 17, 2019 at 11:59 PM
FIXED!!!! The answer was a combination between a darkened image and over-compression that just didn't appear in the editor.
Your answer
Follow this Question
Related Questions
Problem with RGB color on 3D 1 Answer
Why does changing this object's color using Material.color work at all? (C#) 1 Answer
Access properties of Material through script. 3 Answers
i'm trying to code a premise, if 3 objects are the same color then it will destroy the wall 1 Answer
I cannot find the lightweight render pipeline asset. 0 Answers