Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question what is UpdateDrawCommandFlagsJob

Discussion in '2022.2 Beta' started by spinaljack, Nov 11, 2022.

  1. spinaljack

    spinaljack

    Joined:
    Mar 18, 2010
    Posts:
    984
    InvalidOperationException: The previously scheduled job UpdateDrawCommandFlagsJob reads from the ComponentTypeHandle<Unity.Collections.NativeText.ReadOnly> UpdateDrawCommandFlagsJob.JobData.LocalToWorld. You must call JobHandle.Complete() on the job UpdateDrawCommandFlagsJob, before you can write to the ComponentTypeHandle<Unity.Collections.NativeText.ReadOnly> safely.

    I get 47 of these at the start when I press play and then they stop.

    How do I fix this error?