We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1b6fc commit 0556a7aCopy full SHA for 0556a7a
1 file changed
com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs
@@ -356,11 +356,6 @@ private struct PacketLossCache
356
public float PacketLoss;
357
};
358
359
- /// <summary>
360
- /// TODO-FIXME:
361
- /// Multiplayer Tools subscribes to this event and does not have the EntityId udpate.
362
- /// </summary>
363
-
364
#if UNITY_6000_2_OR_NEWER
365
internal static event Action<EntityId, NetworkDriver> OnDriverInitialized;
366
internal static event Action<EntityId> OnDisposingDriver;
0 commit comments