Reply To: How do you paint a texture in blender render and use that painted object in unity? I just want to play around a bit with m…

Forum Archive How do you paint a texture in blender render and use that painted object in unity? I just want to play around a bit with m… Reply To: How do you paint a texture in blender render and use that painted object in unity? I just want to play around a bit with m…

#22666
Kent Trammell
Participant

    When painting in Blender, you’ll save it as a texture map, which is an image file (.JPG, .PNG, etc.)

    Then you’ll export your 3D model from Blender and import it into Unity. Finally, you’ll import your texture map (image file) into Unity to plug it into a material.

    The Intro To Game Asset Creation learning flow covers the entire process!