https://github.com/m039/maskextractorunity
A utility to extract some portion of an image by color in Unity.
https://github.com/m039/maskextractorunity
mask photoshop unity unity3d utility
Last synced: about 1 month ago
JSON representation
A utility to extract some portion of an image by color in Unity.
- Host: GitHub
- URL: https://github.com/m039/maskextractorunity
- Owner: m039
- License: mit
- Created: 2019-12-21T11:32:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T17:45:09.000Z (over 6 years ago)
- Last Synced: 2025-02-27T06:51:02.664Z (over 1 year ago)
- Topics: mask, photoshop, unity, unity3d, utility
- Language: C#
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## 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](Assets/MaskExtractor/_Scenes) or [ManExtractorAsset](Assets/MaskExtractor/Data).
This what you may do with the generated masks from the example.
Before:

After:

# Credits
* The icon made by [freepik](https://www.flaticon.com/authors/freepik).