Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Resolved OOF Error in Project Tiny WASM Build

Discussion in 'Project Tiny' started by Zindea, Nov 3, 2020.

  1. Zindea

    Zindea

    Joined:
    Mar 8, 2015
    Posts:
    25
    Hey I just upgraded from Project Tiny 0.29.0 to 0.310 and I am getting this error everytime I start the game:

    Is it just out of memory and how can I debug it?
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Maybe you are missing
    Wasm settings component from the build configuration
    Also is this development or release build?
     
  3. Zindea

    Zindea

    Joined:
    Mar 8, 2015
    Posts:
    25
    I tried using a build configuration from the TinyRacing sample and that fixed my problem. It seems like the build configuration wasnt correctly upgraded :(

    Thx :)
     
    AbdulAlgharbi likes this.