Diagnosing cause of JobHandle.Complete called in BeforeOnUpdate()

One of my systems is causing a major stall from a Complete() call within JobComponentSystem.BeforeOnUpdate(). How would I go about diagnosing the cause of this?

Look at the graph on profiler? It shows duration of each job.

Also you can just turn off burst and step through a job like regular code to see what’s going on.

1 Like