diff --git a/Platform/Editor/PlatformConfig.cs b/Platform/Editor/PlatformConfig.cs index 5ded058..9348e43 100644 --- a/Platform/Editor/PlatformConfig.cs +++ b/Platform/Editor/PlatformConfig.cs @@ -277,7 +277,7 @@ void OnGUI() GUILayout.Space(5); GUILayout.Label(new GUIContent(strBuildSettingText[(int) language], strBuildSettingHelpText[(int) language])); - GUIStyle style = "frameBox"; + GUIStyle style = new GUIStyle("frameBox"); style.fixedWidth = frameWidth; EditorGUILayout.BeginVertical(style);