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