- Home /
[Resolved] Game view displays the wrong colors?
Hey guys.
I've been struggling with getting my game to actually display the colors I am setting on things.
What you see below is what's displayed in my game view, as well as what the color picker thinks is being shown. The color that shows in the color picker is the actual color I have set foot the line, so it's the color in the game view that's wrong.
I first thought that it might be the ambient color, but that's not it. Also I am using a basic unlit shader, so that's not the problem either.
Answer by Glinko · Jun 20, 2014 at 11:19 PM
I managed to resolve this by changing the color space from linear to gamma, as well as setting the texture import to truecolor.
Your answer
Follow this Question
Related Questions
mesh.colors doesnt seem to work at the moment 1 Answer
I am trying to make this color picker script work 2 Answers
Decal Shader, Change The Decal Color Separately 0 Answers
How many different levels of r g b and a can unity create in a Color? 2 Answers
Get "on screen" color of a texture to use in a legend 2 Answers