using System.Collections; using System.Collections.Generic; using UnityEngine; public static class ShaderReplaceConfig { public static string[][] replaceShaderPair = { new[]{"Standard", "Custom/Standard"}, }; }