diff --git a/src/Inspectors/GameObjectInspector.cs b/src/Inspectors/GameObjectInspector.cs index a696f66..4c06ca2 100644 --- a/src/Inspectors/GameObjectInspector.cs +++ b/src/Inspectors/GameObjectInspector.cs @@ -333,7 +333,7 @@ namespace UnityExplorer.Inspectors addCompButton.OnClick += () => { OnAddComponentClicked(addCompInput.Text); }; // comp autocompleter - new TypeCompleter(typeof(Component), addCompInput); + new TypeCompleter(typeof(Component), addCompInput, false, false, false); // Component List