Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the initialization order for the iOS driver #90538

Merged
merged 1 commit into from
Apr 13, 2024

Commits on Apr 13, 2024

  1. Fix the initialization order for the iOS driver

    The problem is that we were initializating the main loop (SceneTree)
    when we were supposed to just set it.  Which would cascade into a
    series of issues, including having the EditorNode being flagged as
    "inside_tree" and having a tree, before it was supposed to.
    
    This meant that some code would assume it was fully initialized, when
    it was not.   And this manifested as the project not being scanned for
    resources, which meant that during the importing, the resources would
    not match using the uid path, and produce lots of errors.
    
    One line fix
    migueldeicaza authored and akien-mga committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3ea7dec View commit details
    Browse the repository at this point in the history