Easy Mesh Painter

Easily paint your own meshes. Create beautiful visuals. Easy setup, select the brush and start painting.


  • Work with any mesh.
  • Undo/Redo supported
  • Use custom brushes
  • Paint faster with the bucket fill tool
  • Custom shaders supported
  • Keyboard shortcuts (Use keys '[' and ']' to change brush size while painting)
  • Mobile ready
  • Low memory usage. You can compress splatmap
  • Source code available
  • Lots of shaders included ( 4 Diffuse, 8 Diffuse, 12 Diffuse, 4 Bump, 8 Bump, 12 Bump, 4 BumpSpecularGloss, 8 BumpSpecularGloss, 12 BumpSpecularGloss )

FAQ

  1. How to enable point light and spot light in Easy Mesh Painter ?
    • Just edit the selected shader and remove the #pragma noforwardadd
  2. How to enable lightmap in the mobile shader?
    • By default lightmap is disabled in mobile shader, but you can easily enable by editing the shader and removing the #pragma nolightmap
  3. Im having an issue with Unity 5.5, how to fix that?
    • If you are using unity 5.5 please download and replace this file inside "Assets/MeshPaint/Scripts/Editor" : Unity 5.5 Patch