#Help with errors
3 messages · Page 1 of 1 (latest)
You tried to run a project while having an EditorPlugin as an autoload. The solution? Remove it from the autoload list. EditorPlugins are explicitly made to only run in the editor, and will throw an error like that if you try to run one outside of the editor.
i did that and now this happens