Painting 3D Blender Meshes In Unity
Hello. I created some terrain in blender just using the mesh and sub divide system. I am now tying to paint it in unity. How do i do that. Please help me.
thanks.
Answer by UnityCoach · Feb 27, 2017 at 08:05 AM
Only Terrains made in Unity can be "painted" with terrain textures, details and trees.
You may want to export a height map from blender, which you can import in a Unity Terrain. If you have details that cannot be supported by Unity Terrains, such as caves, then you can import the model as an FBX file, but you'll have to use standard shaders on it and can't paint details and trees.
So from what i i can see i should just paint it in blender.
Answer by zachwuzhere · Feb 27, 2017 at 05:37 AM
Try this...
In Blender, Go to File>export>FBX
Now drag the FBX file into your Unity Assets folder to create a prefab. From there drag the prefab into your scene.
Your answer
Follow this Question
Related Questions
I imported a solid blender model but it's in pieces? 1 Answer
Blender animation to Unity, wobbly animation issue. 1 Answer
Unity standard assets car controller uncontrollable on terrain i made in blender. 1 Answer
blender Model export on fbx its not the same on unity 0 Answers
FBX model from blender not updating when I export it. 0 Answers