Painting with homemade trees

Hi,

I modeled a tree in Maya, one mesh, two materials, dropped it in to Unity in an ambient occlusion folder, fixed scale, adjusted AO settings in materials, plunked it into my scene, looks OK, add capsule collider, adjust collider settings, create prefab, drop onto prefab, refresh tree and detail prototypes, select terrain, tree tool, add my Leafy_Tree, select Leafy Tree, get big blue dot on surface, I paint the surface and nothing happens. I try a standard tree, paints fine. Check out the contents of the prefab, everything is there and the scale is correct.

Any ideas?

Are there any good modeling resources for creating and texturing low poly terrain objects, I have the modeling skills, I just am not used to the whole low poly thing yet.

Paul

What you have done seems perfectly fine, are you still facing this problem ?If you have found a solution please post it!

You might have to create an empty game object first, then add Mesh Filter and Mesh Renderer components manually, referring the tree's mesh and materials by hand. Then it should work (in my experience).