#Help with errors

3 messages · Page 1 of 1 (latest)

cunning geyser
#

cam someone help me fix this?

static tangle
#

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.

cunning geyser
#

i did that and now this happens