Hi guys,
Problems like in the picture. The number does not look exactly the way. How can I be as int?
GUI.Label(new Rect(500, 0, 100, 100), "R : " + testMat.r.ToString());
GUI.Label(new Rect(500, 50, 100, 100), "G : " + testMat.g.ToString());
GUI.Label(new Rect(500, 100, 100, 100), "B : " + testMat.b.ToString());
How can I fix this?
