Changing Colors
A step-by-step guide to change colors
Add the "LowPolyColorChanger" script to the object(s) containing the mesh.
Select the color you want to change.
Choose the new color.
Save your new FBX file
To successfully modify the colors using the UV Color Changer script, make sure that:
Your object has both a MeshFilter and a MeshRenderer component or a SkinnedMeshRenderer.
The MeshFilter or the SkinnedMeshRenderer contains a mesh.
The MeshRenderer or the SkinnedMeshRenderer contains a materials with a color atlas map as the main texture
The mesh has UV coordinates mapped to the asset's color atlas texture.
The asset also supports multi-object editing, to do so, just select multiple objects with the LowPolyColorChanger component.
Last updated