Optimizing Code using Unity's C# Job System (Tech Demo)
Video Statistics and Information
Channel: Infallible Code
Views: 78,523
Rating: undefined out of 5
Keywords: unity c# job system, unity job system, c# job system, c# job system unity, unity 2018, job system unity, unity job system preview, unity job system 2018
Id: gibqhg0wMA0
Channel Id: undefined
Length: 12min 41sec (761 seconds)
Published: Mon Mar 05 2018
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I really wish you will show us how the new ecs system works with a simple game example! Knowing how well you know this subject I know for sure it will be infaillible! (see what I did there)
The Job dependency seems extremely bizarre. Are you sure it wasn't because you're kicking off and wait for completion between jobs?
Traditional threading experience would suggest you'd want to kick off all the jobs then wait for completions. Can someone with the beta look into this?
A lot of thanks. Now I understand better unity jobs. Well explained 👏🏻