Hi
I don’t know why IJob can use Reference Type.
Hi
This is handled by the JobDependencyTracker.ScheduleManaged function, which internally allocates a GCHandle to trick the unity job system.
Oh thank you very much.
Hi
I don’t know the meaning of JobDependencyTracker is existence.
I know it can analyse Job dependencies,but I see the Jobs are schedule one by one.
what is effect with this script?