unitycoder / UnityMobilePaint

Public repository for MobilePaint issues & requests
https://www.assetstore.unity3d.com/en/#!/content/19803?aid=1101lGti
MIT License
49 stars 16 forks source link

docs: how to avoid jagged edges with mask painting #14

Open unitycoder opened 8 years ago

unitycoder commented 8 years ago

add wiki page for the instructions

*started here: https://github.com/unitycoder/UnityMobilePaint/wiki/How-to-avoid-white---jagged-edges%3F

unitycoder commented 8 years ago

issue jagged_edges_problem_1

unitycoder commented 8 years ago

one solution: enable [x] Use Threshold and set Paint Threshold to 250-254 jagged_edges_solution_1

unitycoder commented 8 years ago

dont use jpegs, compression artifacts: jagged_edges_jpeg_1

unitycoder commented 8 years ago

if using bilinear filtering on texture import settings, can cause issues: jagged_edges_bilinear_filter_import_settings_1

if using point filter instead: jagged_edges_point_filter_import_settings_1