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

Android application not opening when built using 5.5 b6

Discussion in '5.5 Beta' started by softwiz, Oct 7, 2016.

  1. softwiz

    softwiz

    Joined:
    Oct 7, 2016
    Posts:
    2
    Hello,
    After building and running the android game application from mobile, it was working fine while using unity 5.5 b3 version. But while using 5.5 b6, during build, the following errors are shown on the console. After that, when we try to open the game from android mobile, just a blank screen opens and closes after some time.

    Assertion failed on expression: 'asset->mainRepresentation.type == TypeOf<GameObject>()'
    UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()

    Trying to add file "Temp/StagingArea/Data/01b7d38c0227d2944a9c5b21cc8e65d7.assets.resS" which does not exist on disk.
    UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
    Trying to add file "Temp/StagingArea/Data/0dac01942d0030f45baabfce44c78592.assets.resS" which does not exist on disk.
    UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,618
  3. softwiz

    softwiz

    Joined:
    Oct 7, 2016
    Posts:
    2
    But the first error message that i have posted above is new:
    Assertion failed on expression: 'asset->mainRepresentation.type == TypeOf<GameObject>()'
    UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()