You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "ExampleNetworkDiscoveryHud.cs" and "NetworkManagerHud.cs" files, there's a using Unity.Netcode.Transports.UNET that serves no apparent purpose but is referencing UNET, which was removed from Unity a while ago. This causes the package to give 2 compilation errors when first imported.
A fix for this would be very appreciated.
The text was updated successfully, but these errors were encountered:
In the "ExampleNetworkDiscoveryHud.cs" and "NetworkManagerHud.cs" files, there's a using Unity.Netcode.Transports.UNET that serves no apparent purpose but is referencing UNET, which was removed from Unity a while ago. This causes the package to give 2 compilation errors when first imported.
A fix for this would be very appreciated.
The text was updated successfully, but these errors were encountered: