I’ve created a scriptable object Database containing none unity objects and wish to edit their properties. Is it possible to edit them through the inspector or would I have to create my own custom inspector editor window to do this?
Later down the line I would also like to save these objects as assets/prefabs in the assets window as well.