Skip to content

Commit

Permalink
Tiny config editor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed Dec 5, 2024
1 parent db62498 commit 155d55a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions PubNubUnity/Assets/PubNub/Editor/PNConfigAssetEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ public override void OnInspectorGUI() {

serializedObject.Update();

// external file handling

// TODO implement external source
// EditorGUILayout.BeginVertical("helpbox");
// EditorGUILayout.PropertyField(externalJsonEnabled,
// new GUIContent("Use external key config"));
// ExternalFileGui();
// EditorGUILayout.EndVertical();


// UserId info
EditorGUILayout.Space();
EditorGUILayout.HelpBox("Note that you need to set the UserId variable on runtime, before passing the configuration object to the PubNub instance.", MessageType.Warning);
Expand Down

0 comments on commit 155d55a

Please sign in to comment.