You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EditorGUILayout.HelpBox($"Cannot find table. The gamelogic engine must be applied to a table object or one of its children.",MessageType.Error);
46
46
return;
47
47
}
@@ -69,7 +69,7 @@ public override void OnInspectorGUI()
69
69
EditorGUI.BeginDisabledGroup(!HasData);
70
70
if(GUILayout.Button("Populate Hardware")){
71
71
if(EditorUtility.DisplayDialog("Mission Pinball Framework","This will clear all linked switches, coils and lamps and re-populate them. You sure you want to do that?","Yes","No")){
0 commit comments