What programm should i use for texturing things in untiy?
Hello,
My question is just like stated in the title. I am wondering how to nicely texture for example a character. In unity this is basically impossible. I learned some blender to make 3d models, but apparently Unity does not really supprt blender textures. Are there any programms i can texture my 3D models from blender and then import the "ready to use" model in Untiy?
thanks a bunch in advance ;)
Lucas
You're doing something wrong. Painted texture from Blender, that is exported as an image, will work just fine in Unity. This process is almost automatized, if you do it properly you can just save .blend file and Unity will recognize materials, textures and everything else that is currently supported.
You can even paint it in $$anonymous$$icrosoft Paint ...
Anyway, texturing is not for this place, you should google some tutorials or ask on Blender Answers. Process looks something like this > UV Unwrap model to texture > Paint on model from Paint $$anonymous$$ode > Save painted texture as image file that you will use and apply to material in Unity.
Read more on this :
Thanks for your answer but i actually know hto to texture in blender and i know that Unity can take simple materials from Blender, but i meant for example if i make a nice sphere that looks like glass in blender and export that to untiy it looks basically like a normal sphere. But it is definetly not seethrough.
I you have an answer for that, that would be awesome! Thank you for your current answer though!
Your answer
Follow this Question
Related Questions
Unity - Prefabs 1 Answer
Animations not importing into Unity from Blender 0 Answers
UV distortions in Blender when connecting vertices. 0 Answers
Lighting artifacts on blender model 0 Answers