Exemplo n.º 1
0
 public void UpdateAndApplyShaderData()
 {
     if (sd != null)
     {
         sd.SetRegionMapValues(this);
         sd.SetShaderValue();
     }
     else
     {
         Debug.Log("Shader data is empty");
     }
 }