Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

UIControlsService.addOnUpCallback release build error

Discussion in 'Project Tiny' started by ER_Dolleman, Jan 9, 2019.

  1. ER_Dolleman

    ER_Dolleman

    Joined:
    Dec 10, 2018
    Posts:
    19
    I have a start button in my game that works fine in the development build, but when I make a release build I get this error:

    Code (JavaScript):
    1. Uncaught abort(10) at Error
    2.     at abort (http://localhost:19050/game.js:1:5105)
    3.     at tc (http://localhost:19050/game.js:1:75323)
    4.     at AG (http://localhost:19050/game.js:1:370378)
    5.     at by (http://localhost:19050/game.js:1:100895)
    6.     at rY (http://localhost:19050/game.js:1:320935)
    7.     at xJ (http://localhost:19050/game.js:1:294149)
    8.     at _g (http://localhost:19050/game.js:1:96070)
    9.     at qW (http://localhost:19050/game.js:1:220759)
    10.     at Function.ut.UIControls.UIControlsService.addOnUpCallback (http://localhost:19050/game.js:1:1000499)
    11.     at http://localhost:19050/game.js:1:3845520
     
  2. vincismurf

    vincismurf

    Joined:
    Feb 28, 2013
    Posts:
    200
    ER_Dolleman likes this.
  3. ER_Dolleman

    ER_Dolleman

    Joined:
    Dec 10, 2018
    Posts:
    19
    vincismurf likes this.