Forum Discussion

sayspeal's avatar
sayspeal
Honored Guest
30 days ago

technical issues

hello i am a game creator and i need help 

i have the when i try to load into my game it just doesnt let me get in its stuck at the loading part

i didint add any loading screens just straight into the game and it just doesnt get in please help this is just killing my motivation i had this in all of my projects

1 Reply

  • Degly's avatar
    Degly
    Start Mentor

    Hey don't lose motivation! It's part of the process!

    This usually means the app is crashing or hanging during startup, even if you didn’t add a loading screen.

    First thing I would check is the device log:

    adb logcat (maybe you can even grep your package name)

    or use MQDH logs and look for red errors when launching the app.

    Common causes are:

    - Missing scene in Build Settings

    - Wrong startup scene

    - NullReferenceException on launch

    - Platform/SDK initialization failing

    - Too many heavy assets loading at once

    If this happens in all projects, I would also try making a brand new empty scene with only a cube and camera rig. If that also gets stuck, the issue is likely your build/settings setup, not your game logic.

    Do your best! I'm sure you'll get it working

→ Find helpful resources to begin your development journey in Getting Started

→ Get the latest information about HorizonOS development in News & Announcements.

→ Access Start program mentor videos and share knowledge, tutorials, and videos in Community Resources.

→ Get support or provide help in Questions & Discussions.

→ Show off your work in What I’m Building to get feedback and find playtesters.

→ Looking for documentation?  Developer Docs

→ Looking for account support?  Support Center

→ Looking for the previous forum?  Forum Archive

→ Looking to join the Start program? Apply here.

 

Recent Discussions