You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Unity 2022.2.11 (but not on 2021 LTS) I get JobTempAlloc old allocations warning when calling NavMeshSurface.UpdateNavmesh, which internally calls NavMeshBuilder.UpdateNavMeshDataAsync
I do not get the error if I change the call to NavMeshBuilder.UpdateNavMeshData instead.
Hopefully this is fixed by unity soon, but in case anyone else get the issue, this is a temporary workaround.
On Unity 2022.2.11 (but not on 2021 LTS) I get JobTempAlloc old allocations warning when calling
NavMeshSurface.UpdateNavmesh
, which internally callsNavMeshBuilder.UpdateNavMeshDataAsync
I do not get the error if I change the call to
NavMeshBuilder.UpdateNavMeshData
instead.Hopefully this is fixed by unity soon, but in case anyone else get the issue, this is a temporary workaround.
There's a thread about this issue in unity forums here
The text was updated successfully, but these errors were encountered: