diff --git a/Assets/VRM/Runtime/IO/MaterialIO/BuiltInRP/Import/Materials/BuiltInVrmMToonMaterialImporter.cs b/Assets/VRM/Runtime/IO/MaterialIO/BuiltInRP/Import/Materials/BuiltInVrmMToonMaterialImporter.cs index 954dd5d3b..190b353fc 100644 --- a/Assets/VRM/Runtime/IO/MaterialIO/BuiltInRP/Import/Materials/BuiltInVrmMToonMaterialImporter.cs +++ b/Assets/VRM/Runtime/IO/MaterialIO/BuiltInRP/Import/Materials/BuiltInVrmMToonMaterialImporter.cs @@ -12,7 +12,7 @@ namespace VRM /// /// 過去バージョンに含まれていたが、廃止・統合された Shader のフォールバック情報 /// - public static Dictionary FallbackShaders = new Dictionary + public static readonly Dictionary FallbackShaders = new Dictionary { {"VRM/UnlitTexture", "Unlit/Texture"}, {"VRM/UnlitTransparent", "Unlit/Transparent"},