Search Unity

Bug Update.DirectorUpdate -> Director.PrepareFrame is stalling waiting for my job to complete?

Discussion in 'C# Job System' started by thebarryman, Apr 28, 2023.

  1. thebarryman

    thebarryman

    Joined:
    Nov 22, 2012
    Posts:
    130
    Not sure why DirectorUpdate (I am assuming this is related to Playables?) would need to wait for a job that it has nothing to do with. I am spinning up my job at the end of Update and only need it at the end of LateUpdate. DirectorUpdate stalling out the main thread is defeating the purpose of making this a job. Has anybody else seen this and/or know of a fix?