No definition for `GetAvailableThreads'

Hi,
I was importing an asset that was created with Unity 5. It gives me the error

System.Threading.ThreadPool' does not contain a definition for GetAvailableThreads’

I don’t think this function is obsolete so I don’t really know what to do. Any suggestions?

Best regards

Kruspe

Ok I got it. I had to change the API compatibility from 2.0 subset to 2.0. :slight_smile:

1 Like