Search Unity

Thread Hint Count for multiple platforms

Discussion in 'Physics for ECS' started by argibaltzi, Nov 19, 2020.

  1. argibaltzi

    argibaltzi

    Joined:
    Nov 13, 2014
    Posts:
    220
    Hi
    Is there a recommended thread count for different platforms?

    PC
    XBOX,PLAYSTATION
    SWITCH
    MOBILE

    At the moment the default is 8, does that assume a quad core PC?
    Thanks!

    ps. mainly interested in havok
     
    Last edited: Nov 19, 2020
  2. petarmHavok

    petarmHavok

    Joined:
    Nov 20, 2018
    Posts:
    461
    For Havok, this is actually not a hint, but an actual thread count. I can give you advice for each of these, but considering that I've just removed ThreadCountHint and made it work out of the box on all platforms, might be better to just tell you to wait for the next release and it will be solved. :)

    If you still need advice on it I can share, but in short it should be the number of threads you can get on a particular machine. On a quad core PC it is typically 8.
     
    PhilSA likes this.
  3. argibaltzi

    argibaltzi

    Joined:
    Nov 13, 2014
    Posts:
    220
    looks like we are waiting for next release :)
    I was testing perfomance on mobile and was not sure what number to use there (iphone 6s)
     
    petarmHavok likes this.