Search Unity

Default texture and faces color

Discussion in 'World Building' started by stychu, Jan 14, 2021.

  1. stychu

    stychu

    Joined:
    May 9, 2016
    Posts:
    62
    Why I can't see the pro builder texture on my pro builder created meshes?? Do I have to directly place it When generating meshes by API??? The default material in a pro builder setting doesn't seem to work.
    Also around 10days ago I was able to set face colours for my meshes but now it doesn't change them as it was. Out of nowhere, it stopped...


    mesh.faces.ToList().ForEach(face => mesh.SetFaceColor(face, faceColor)); this workend but now it doesnt