public static Material GetMaterial()
 {
     return(ContentUtility.LoadContent <Material>(materialAssetName));
 }