using UnityEngine; public static class GlobalShaderProperty { public static readonly int _mainTexPropertyID = Shader.PropertyToID("_MainTex"); }