Advice on changing mesh texture in Avatar Customizer

There are a few options but I think you want material_override.

Other options are:

  1. material_overlay
  2. get_surface_override_material(int)

the 2nd one is useful if you want to change part of the mesh’s material, but it has to be created with multiple material slots.

1 Like