How can I display a random object marked with System.Serializable in a custom editor window? I want to create a sort of inspector panel I guess but just for that one object. Unfortunately it can’t be a scriptable object.
Is there some type of widget that will automatically populate a visual element with child objects corresponding to each property of my object?