I’d like to have a set of prefabs which I can edit in a custom window as opposed to the inspector, for ease of use by the level designer. Is this possible?
I imagine being able to reference a prefab in resources folder and be able to edit it’s details within a custom EditorWindow for convenience. I’d ideally like to not have to make an entire script to do this, but just an Editor script if at all possible.
Thanks for any replies and insights.