Search Unity

Can I set the cpu cores count for DOST?

Discussion in 'Entity Component System' started by niflying, Nov 24, 2021.

  1. niflying

    niflying

    Joined:
    Jul 11, 2012
    Posts:
    108
    Hi, guys
    I was wondering is there a way to set the max of cpu cores or Threads count for DOST?
     
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    Try JobsUtility.JobWorkerCount
     
    Tony_Max and apkdev like this.
  3. niflying

    niflying

    Joined:
    Jul 11, 2012
    Posts:
    108
    Thank you ^^