I need to model some things to use in Unity. How should I texture objects (road, tree, etc.) in Blender? I almost lost all textures when I exported and loaded them into Unity.
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
When you import a model from Blender(as .fbx or .obj ..etc), the textures will not be imported, but vertex colours will. Textures and models are not linked when performing an import from certain file types. Save the textures separately and then import these textures into Unity. After you have your model and textures in Unity you can create a prefab with the model and texture by dragging the model into the scene and dragging the texture onto the model. If the model is complex and comprised of several parts you can save several textures and apply them to individual parts of the model too. |
|||||||||
|
That's about it. |
|||
|