diff --git a/Assets/VRM/Editor/VrmPreference.cs b/Assets/VRM/Editor/VrmPreference.cs index ca7c1a3c0..f8007ecdb 100644 --- a/Assets/VRM/Editor/VrmPreference.cs +++ b/Assets/VRM/Editor/VrmPreference.cs @@ -4,7 +4,7 @@ using System.Linq; namespace VRM { - public static class VrmInfo + public static class VrmPreference { const string KEY_STOP_VRMASSETPOSTPROCESSOR = "StopVrmAssetPostProcessor"; const string ASSETPOSTPROCESSOR_STOP_SYMBOL = "VRM_STOP_ASSETPOSTPROCESSOR";