Hello,
In the editor I’m made a custom component to let level designers construct their room, regarding some properties.
I want to use a dropdown list (like what enum is actually doing). But I want to have this list updated regarding prefabs in a specific folder (so it’s only for unity editor and not runtine for sure).
Enum is doing the job for the dropdown list, but after a lot’s of research and test I saw that enum cannot be modify or updated.
Is there a way to do it with enum/ or is there an alternative way to do it with something else?
I attach a picture to show what I want.
Thanks