Netcode error with unity.collections

Hey guys, I’m having trouble installing netcode.

Is it on 2.0 now? All I see in the package manager is 1.9.1 even if I enable package preview.

I installed it and I get this error.

Library\PackageCache\com.unity.transport@1.4.1\Runtime\IPCManager.cs(79,44): error CS1955: Non-invocable member 'NativeHashMap<ushort, int>.Count' cannot be used like a method.

I checked the version of unity.collections I had and it said 2.5.1. It didn’t have the green “release” next to it so I tried removing it and now it’s saying its 2.4.2 as a dependency. Regardless, I can’t get rid of the errors.

I’ll try creating a new project and install netcode first.

EDIT: It works with collections 1.2.4. Now I have to figure out which package requires 2.4.2 >_>

EDIT2: It’s the serialization package which is installing unity.collections as 2.4.2 dependency? I guess there is nothing I can do here but wait until it gets fixed huh.

NGO 2.0 requires Unity 6:
image

Manual doesn’t mention that unfortunately.