Pick objects in seconds :)The default Unity Object Picker is not enough. Sometimes, Referencing objects via the inspector window is a very slow task. This tool adds a new button to the object field, allowing you to easily pick objects from the scene view and speed up your workflow.How does it work?It uses a CustomPropertyDrawer to override the default object field. The new object field has a toggle button. Once you click that button, an overlay will appear in the scene window called Object Picker Pro. You can modify its mode or apply a filter.ModesMouse Selection: This mode enables you to select objects by clicking on them.Button Selection: This mode displays a button for each object in the scene.FilterYou can filter the Hierarchy window, enter the Isolation view, and filter by name or type.EditorAutoCompleteTextFieldThe Object Picker Pro uses autocomplete text fields. You can also take advantage of this feature in your own custom editors.