mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 19:13:03 +08:00
Fix constraints on AddComponent TypeCompleter
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user