System.Collections.Concurrent does not exist.

Hi,
I’m trying to use concurrent Dictionary in my multi threaded environment, however System.Collections.Concurrent does not exist in my unity3d setup. Anyone knows if this is implemented in unity? Thank you.

I dont think Unity has made it to .net 4 yet. Still around 3.5ish. @Eric5h5 might be able to confirm.

If you need support for newer C# versions, there’s a community work-around. Bitbucket link, forums link.