October 22, 2024
I’ve been learning the Unity Job System, Burst Compiler, and Collections package. They all go together. You don’t need ECS to use Jobs, which is a fact I sort of missed initially. ECS is not that useful for the code I am working on. I am prematurely optimizing, but specifically for the sake of learning how to optimize.
But actually, first I am rewriting a large set of custom types. In fact, I am ... [Read More]