Skip to content

A utility to extract some portion of an image by color in Unity.

License

Notifications You must be signed in to change notification settings

m039/MaskExtractorUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaskExtractorUnity

MaskExtractorUnity is a utility to extract some portion of an image by color in Unity.

How to Use

In the picture below, you can see how you can specify diferrent colors to select some portion of an image (you may think of it as the magic wand in Photoshop). After you select all parts you're interested in, you may save it on a disk. Demo

Use Case

You may use this tool to cut some parts of an image and then recolor them in Unity. You can see an example in SampleScene or ManExtractorAsset.

This what you may do with the generated masks from the example.

Before:

Before

After:

After

Credits