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...

posted to: 3D Painting
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 modeling assets, painting them and after that exporting it to unity.
  • Kent Trammell replied

    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!