Is it possible to create a drop down menu for the inspector without using enums?
For example, during editing, I want to find all game objects with the same tag and list them in the inspector using a drop down menu. The number of these game objects vary so I can’t use an enum to represent the drop menu contents.