Anyone know how I would go about populating the external scripts array in the editor using Editor API scripting? ie The array list that can be found in the editor’s setting menu.
Basically Im creating a plugin and I want to embed some external scripts into a project at the click of a button. Cheers
If there is no known way to do this, maybe there is some other way that we can essentially ‘install’ a plugin??
…or is the only way going to be for the user to manually place individual files by hand. This seems a bit crude. Has anyone any experience of doing something like this?