I've searched endlessly for an answer to this question. However, I have created a model in Blender and export it as a .FBX directly into Unity. But the textures I have applied in Blender do not render in Unity (Even in the preview screen). I have UV Unwrapped the model, and created a custom texture pattern to suit. I've inserted the textures into Unity, however this just loads them how Unity feels, not how I'd like it to look.
I've attempted to add it as a .blend file, but Blender crashes, and it fails to convert to an .fbx file in Unity. The model is of a wall, with 3 doorways, and 3 doors. The wall has its own texture, and the doors all have the same texture. (I'd upload images but haven't earnt enough rep).
Is there a simple solution? Or am I over looking the whole process and missing something important out?
-
Have you tried importing your FBX back to blender? Is materials working correct in that case? If not, then your problem should be in the blender.– maZZZuSep 22, 2014 at 17:58
-
I havent created any materials or textures assigned to materials. Just simply UV unwrapped and edited in photoshop– TomSep 22, 2014 at 18:00
-
I thought that you need to have a material to get rendering right in both Blender and Unity. It might be that without material Unity is applying texture to model without your unwrap. But I might be wrong.– maZZZuSep 22, 2014 at 18:33
-
I'm not sure..Hence the question on here, I'll give it a try through.– TomSep 22, 2014 at 18:46
Add a comment
|
1 Answer
after you UV unwrapped your model you save the uv in a file in blender you should apply that file as a texture to your model in unity and you will be done,tell me if you have already done that. Here are useful tutorials.
-
-
-
1here is a tutorial on exporting model with texture and animation to unity Sep 22, 2014 at 19:48
-
-
1