Simply speaking:
In my AI System, I want the pathfind be calculate by a job. However, i find myself in trouble because the documentation says that i need to allocate the size of the array for the Job, even thought i read that NativeList is resizable, but it doesn’t say how.