12 EditorGUILayout.LabelField(
"Combined Instructions", EditorStyles.boldLabel);
14 EditorGUILayout.LabelField(combinedInstructions,
new UnityEngine.GUILayoutOption[] {
15 GUILayout.MinWidth(GUI.skin.label.CalcSize(
new GUIContent(combinedInstructions)).x),
16 GUILayout.MinHeight(GUI.skin.label.CalcSize(
new GUIContent(combinedInstructions)).y),
override void OnInspectorGUI()