- Home /
Is it possible to set the color of each grass instance on the terrain separately ?
Hi,
Is there any way to set the color of each grass instance separately. I think unity get the color from terrain lightmap... I want to set it myself from a map.
Thanks...
Comment
Answer by vbbartlett · Dec 13, 2012 at 05:29 PM
If by instance you mean an individual gameObject, then either when you instantiate them or when Start is called on each gameObject, you should be able to make the appropriate changes.
Your answer

Follow this Question
Related Questions
Optimizing vegetation. 3 Answers
Floating Platform with Terrain/Grass 3 Answers
Multiple terrains and how LoD works 0 Answers
baked grass? lightmapping 1 Answer
Grass bending without windzone? 1 Answer