- Home /
Scene Tab doesn't show anything beside Canvas while Game Tab shows everything
Scene Tab doesn't render any GameObject beside a Canvas GO, while Game Tab shows everything after i Built my Marching Cubes Script. and the following jobs Warnings shows up:
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 = 6)
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 = 12)
It's worth noting that even opening other scenes in same project doesn't solve the issue
the bug happens in unity 2020.3 LTS i tried upgrading my lts version but no success