- Home /
Multi-Colored Cubes
Basically, I want each plane on the cube to be a different color, no textures or anything, just color. Easiest way to do this? Thanks.
Answer by Eric5h5 · Oct 05, 2011 at 11:02 PM
You can use vertex colors. Note that this requires a shader that uses vertex colors; the particle shaders do (that's how particle colors are done), so you can look at the particle shaders to see how it's implemented, or possibly even just use one of them as-is, depending.
Your answer
Follow this Question
Related Questions
Material doesn't have a color property '_Color' 4 Answers
Changing two different objects renderer colour 1 Answer
Creating differently colored cubes, selecting by pressing 1,2,3,... 2 Answers
Unity 4 Font Colors Not Following HEX Codes? 2 Answers
Can you tell a camera not to render a certain color? 1 Answer