I am kind of new to editor scripting in unity. I am trying to make an editor window to import objects and set some values through it. I tried to make Label, texts and all UI related stuff with bunch of tutorials, but i couldn’t find a relevant one for importing assets.
Basically," I want to import the objects and load/save it in specified project folder and access its properties through Editor Window."