- Home /
Vegetation problem
Is there a way to plant grass or trees on gameobjects such as cubes or planes? For example i made a floor from a cube, and i want to put grass on that floor. Is there a way of doing this?
Not with the built in painting functions. Thats all part of the implementation of Terrain.
You can put a terrain object ON your floor.
Otherwise you will have to write your own routines.
the best idea is to make a gameobject that will be your plant and place it on your floor. And why did Jeff comment 3 $$anonymous$$utes before you asked the question? (edit)
Answer by ArturoSR · May 15, 2014 at 11:17 PM
Hi, there's two ways to plant any kind of objects to a targeted object.
One: It's making your own scripts that fits your needs.
Two: You can find good ones on the asset store.
Cheers.
Your answer
Follow this Question
Related Questions
how to import custom plants and grass into unity 1 Answer
How to optimize custom grass? 1 Answer
Optimizing vegetation. 3 Answers
Adjust the terrain to a mesh 0 Answers
Instantiated Objects not being set at ground/terrain level?(Solved) 1 Answer