Skip to content

Commit 8eab2c9

Browse files
authored
Removed "using" deprecated UNET transports (#242)
Removed two "using" statements for the deprecated UNET, which were causing errors
1 parent 67b6d5f commit 8eab2c9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

com.community.netcode.extensions/Runtime/NetworkDiscovery/ExampleNetworkDiscoveryHud.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Collections.Generic;
22
using System.Net;
33
using Unity.Netcode;
4-
using Unity.Netcode.Transports.UNET;
54
using Unity.Netcode.Transports.UTP;
65
using UnityEngine;
76
using Object = UnityEngine.Object;

com.community.netcode.extensions/Runtime/NetworkManagerHud/NetworkManagerHud.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Runtime.CompilerServices;
33
using Unity.Netcode;
4-
using Unity.Netcode.Transports.UNET;
54
using Unity.Netcode.Transports.UTP;
65
using UnityEngine;
76

0 commit comments

Comments
 (0)