Skip to content

fix export build with gaea 2.0#417

Merged
cullumi merged 1 commit intogaea-godot:2.0from
gumpdev:2.0
Jun 27, 2025
Merged

fix export build with gaea 2.0#417
cullumi merged 1 commit intogaea-godot:2.0from
gumpdev:2.0

Conversation

@gumpdev
Copy link
Contributor

@gumpdev gumpdev commented Jun 22, 2025

When was build my game with Gaea 2.0 was throwing the error:
Parse Error: Identifier "EditorInterface" not declared in the current scope when build #416

I figure out that Godot Editor References in runtime when exported don't exists, so after i search and found this solution, was recommended to replace the EditorInterface for a get_singleton.

With this we can export game with Gaea, but we lose some autocompletes and types

Copy link
Collaborator

@cullumi cullumi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking great, thanks for fixing this @gumpdev ! 😄

@cullumi cullumi merged commit f73fd88 into gaea-godot:2.0 Jun 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants