Is it possible for a plug-in to fetch a file from the web in the editor?
For my 3DObject plug-in, I'm adding an option to fetch the glb 3D model from the web during runtime, I have implemented this for runtime, but it seems like due to the specific cors setting for the editor, I cannot do this in the editor.
I know I have alternate ways to do this for the editor to work (e.g. have a placeholder model included in project files), but I wanted to see if I was missing something about the editor cors settings.