Every time I try to import the Muse package to use my free trial, I’m presented with three errors that i can NOT fix…Library\PackageCache\com.unity.transport@1.5.0\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.5.0\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.5.0\Runtime\IPCManager.cs(107,47): error CS1955: Non-invocable member ‘NativeHashMap<ushort, int>.Count’ cannot be used like a method.
Does it work if you import it into a new, empty project?
Unfortunately this still does not work for me
Are you using the latest 2022.3.56f1?
I wonder why there’s Transport 1.5 installed or why that’s installed as a dependency. The most up-to-date version is 2.3. Try updating that package to see if that fixes the issue.
Deleting the package cache folder might also help, this forces Unity to redownload all packages.
There is also a known package install issue leading to compile errors in some packages if the project is located on an ExFAT formatted drive.