Search Unity

Unity spews errors on one scene for no reason.

Discussion in 'Immediate Mode GUI (IMGUI)' started by fembed, Apr 5, 2017.

  1. fembed

    fembed

    Joined:
    Apr 5, 2017
    Posts:
    2
    Hello! I was making a 3d game and on my third level, it spews errors during gameplay. After 5+ minutes the game pretty much crashes.
    I have no idea what to do and it was spewing errors about OnGUI().
    It goes away when I remove all the obstacles except one.
    Game crashed:

    Video of errors spewing out.
     
  2. PsyKaw

    PsyKaw

    Joined:
    Aug 16, 2012
    Posts:
    102
    Probably a gameobject with a scale of (0, 0, 0) that you try to move.
     
    Last edited: Apr 5, 2017