Hi, I’m in deep with the Unity Netcode Multiplayer course. I wanted to implent those fine solutions to my project. Problem is…
Unity Netcode depends on Unity Transport, and it depends on Collections.
Unity Transport wants Collections in version 1.2.4.
Unfortunately I’m using very important package that depends, and installs, Collection in 2.1.4 version.
Unity Transport is not happy with it.
For now I only have one kind of error in three places:
Library\PackageCache\com.unity.transport@1.4.0\Runtime\IPCManager.cs(107,47): error CS1955: Non-invocable member ‘NativeHashMap<ushort, int>.Count’ cannot be used like a method.
It is this bit IPCManager.cs of Unity Transport package.
Have you met with this kind of problem? How to tackle it?