- Home /
Question by
martygrof3708 · Feb 26, 2020 at 02:23 PM ·
dotsthreading
How can I pass data from one job to to the next?
In Job1 I create a NativeList. I want to run and finish this job, then pass this list into Job2 which will run after Job1.
Comment
Best Answer
Answer by GamerLordMat · Mar 10, 2020 at 09:06 PM
https://docs.unity3d.com/Packages/com.unity.entities@0.2/manual/entities_job_foreach.html This case is explained pretty good here, maybe it helps.
Your answer
Follow this Question
Related Questions
ECS And the Job System 1 Answer
ECS: How to access to separate "groups" of same-archetype entities? 0 Answers
Unity Jobs Error - "Job can only create Temp memory" 1 Answer
Unity DOTS Burst Mathematics pnoise 2 Answers
How can I get a component data from an entity inside a JobComponentSystem? 1 Answer