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.
There's a thread about this issue in unity forums here
On Unity 2022.2.11 (but not on 2021 LTS) I get JobTempAlloc old allocations warning when calling
NavMeshSurface.UpdateNavmesh, which internally callsNavMeshBuilder.UpdateNavMeshDataAsyncI do not get the error if I change the call to
NavMeshBuilder.UpdateNavMeshDatainstead.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