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

Game unresponsive after updating to 2020.2.0b4

Discussion in '2020.2 Beta' started by zapposh, Sep 29, 2020.

Thread Status:
Not open for further replies.
  1. zapposh

    zapposh

    Joined:
    Nov 12, 2016
    Posts:
    117
    Upgrading project to Unity 2020.2.0b4 has basically made it unresponsive, in the editor player as well as in builds.


    Here are some errors that show up in the console (dozens of each):
    Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak
    Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 11)
     
    thestringer likes this.
  2. fires-

    fires-

    Joined:
    Oct 2, 2014
    Posts:
    4
    I have upgraded from 2020.2.0b2 to 2020.2.0b4 and I get at least the same warnings.
    For me it happens every time I enable/disable a UI element (which gathers some data from a ECS system OnEnable, dunno if this could be related). It was no problem in the old beta.

    Cheers
     
    thestringer likes this.
  3. connororton94

    connororton94

    Joined:
    Apr 19, 2019
    Posts:
    2
    Experiencing the same issue here too :(
    "Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak"
     
  4. nicholasdsp

    nicholasdsp

    Joined:
    Nov 19, 2012
    Posts:
    1
    Just upgraded to 2020.2.0b4 and i'm having the same issue. The warning goes away once i disable UI components
     
  5. hard_code

    hard_code

    Joined:
    Aug 29, 2013
    Posts:
    238
    Have same issue. The new input system is not processing input.
     
    XELF likes this.
  6. Slowin

    Slowin

    Joined:
    Mar 6, 2015
    Posts:
    62
    Same here. After the upgrade to 2020.2.0b4 all UI elements are not reacting anymore (like button clicks). I hope this can be fixed soon.
     
    hard_code likes this.
  7. zapposh

    zapposh

    Joined:
    Nov 12, 2016
    Posts:
    117
    Hello, Unity?
     
    good_anti and hard_code like this.
  8. gamevanilla

    gamevanilla

    Joined:
    Dec 28, 2015
    Posts:
    968
    This is listed in the known issues section of 2020.2.0b4, so they are aware of it:
    • uGUI: uGUI causes Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak (1275239)
     
    Peter77 and zapposh like this.
  9. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    This should be fixed in b5.
     
    gamevanilla likes this.
Thread Status:
Not open for further replies.