finally someone making actual good non clusterfuck examples of a job holly fck, most people have to make 20 fcking classes for no reason and make everything unnecessarily complex, thank you.
@alexander32933 жыл бұрын
Just found your channel, very cool and useful content. Wish it got more audience.
@skippythemagnificent81034 жыл бұрын
Great videos Brian, well paced with effective, calm, tiered delivery of the related concepts (as always). Your work deserves a great deal more subs.
@briantwill5 жыл бұрын
I covered this in an earlier video, but this is a more formal treatment, and I intend to follow this up with more ECS material as Unity releases new ECS features.
@CaptainTShirt5 жыл бұрын
Hi Brian. Ive been trying to find your work on codeschool.org but I guess it's not there anymore. Could you please tell where I can find your previous programming courses? It'd be a big help for me. Thanks.
@briantwill5 жыл бұрын
@@CaptainTShirt I have a semi-complete list at brianwill.github.io
@CaptainTShirt5 жыл бұрын
@@briantwill thanks a lot!
@tryfinally5 жыл бұрын
Thanks for all of the Unity content! This is a much higher quality and more in-depth explanation than pretty much anything else online.
@SebFehr4 жыл бұрын
I've been trying to find and learn about the unity jobs system from so many sparse and distributed sources. I wish I'd found this three weeks ago, clear, through and concise.
@DetectivePoofPoof5 жыл бұрын
This is great! Thank you for making this, I actually feel more confident about using jobs in my regular code now. It used to be kind of a fuzzy topic and I was reluctant to get into it for a while. Videos like this that are straight to the point and don't waste time are much more rare then they should be. Really looking forward to your coverage of the ECS stuff too!
@Hanokei5 жыл бұрын
I watched your old videos about jobs, yet this video seems more clear and informative. It would be great if you had a fresh video about ECS too. Thank you so much for these.
@newbquesttv5 жыл бұрын
Great and very clear video, thanks for sharing!
@andrew.r.lukasik5 жыл бұрын
Can't wait for video on Burst. I'm using it already but understand it too superficially and it makes me uncomfortable. For example, does slapping that attribute does anything to structs other than IJobs? Can I create super fast functions by nesting them inside dedicated structs tagged with BurstCompile?
@alexander32933 жыл бұрын
Is there a specific reason why allocated memory using the TempJob allocator must have been disposed within 4 frames?
@t74devkw5 жыл бұрын
What happened to codeschool.org?
@zhorky5 жыл бұрын
They joined pluralsight
@cd785 жыл бұрын
Is this how node works
@briantwill5 жыл бұрын
Somewhat analogous I guess, but there it's all event callbacks instead of 'jobs', and there's no actual multi-threading (except for 'worker threads'), and there's no safety checks on shared data.