Hi There
I would like to be able to find assets of a particular type if possible so that in my EditorWindow I can present a dropdown of the available assets the user could choose. Is it possible to do something like:
MyScriptableObject[] assets = AssetDatabse.FindAssets<MyScriptableObject>();
Or do I need to use something like an ObjectField here?
Thanks
Bovine