Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Resolved Error loading scene

Discussion in 'Editor & General Support' started by MidniteOil, Sep 16, 2021.

  1. MidniteOil

    MidniteOil

    Joined:
    Sep 25, 2019
    Posts:
    345
    Greetings,

    I just released an update for my game to the Apple App store and then merged the changes into my WebGL branch (I need to maintain separate branches for each release environment because AdMix requires it).

    After completing my merge I am getting an error when testing. It's failing to load my Stage Selection scene, the first scene after the title scene.
    upload_2021-9-16_14-29-8.png

    upload_2021-9-16_14-29-24.png

    I have added all the scenes to the build settings:
    upload_2021-9-16_14-29-48.png

    I am not seeing any other errors so am not sure how to diagnose this.
     
  2. MidniteOil

    MidniteOil

    Joined:
    Sep 25, 2019
    Posts:
    345
    I think I fixed the problem. I had moved all my assets into a _project folder so my stuff would so up first in the editor (a tip from Jason Story). It didn't pickup that the scenes were in a different directory.