I tried to update my editor to version 2022.3.8f1 in order to use the new netcode for entities package for my multiplayer game but after updating I received the following errors in the editor:
-
Library\PackageCache\com.unity.transport@1.3.4\Runtime\IPCManager.cs(79,44): error CS1955: Non-invocable member ‘NativeHashMap<ushort, int>.Count’ cannot be used like a method.
-
Library\PackageCache\com.unity.transport@1.3.4\Runtime\IPCManager.cs(88,40): error CS1955: Non-invocable member ‘NativeHashMap<ushort, int>.Count’ cannot be used like a method.
-
Library\PackageCache\com.unity.transport@1.3.4\Runtime\IPCManager.cs(107,47): error CS1955: Non-invocable member ‘NativeHashMap<ushort, int>.Count’ cannot be used like a method.
-
Assembly ‘Library/ScriptAssemblies/Unity.Multiplayer.Tools.NetStats.CodeGen.dll’ will not be loaded due to errors:
Unable to resolve reference ‘Unity.Multiplayer.Tools.NetStats’. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector. -
Assembly ‘Library/ScriptAssemblies/Unity.Collections.CodeGen.dll’ will not be loaded due to errors:
Unable to resolve reference ‘Unity.Collections’. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector. -
Assembly ‘Library/ScriptAssemblies/Unity.Entities.CodeGen.dll’ will not be loaded due to errors:
Unable to resolve reference ‘Unity.Entities’. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Unable to resolve reference ‘Unity.Burst’. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
I tried reinstalling the mentioned packages but had no success if anyone knows what I could do it would be very appreciated thanks