Unity-Technologies / com.unity.netcode.gameobjects

Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
MIT License
2.13k stars 433 forks source link

fix: Missing comma when UTP_TRANSPORT_2_0_ABOVE defined #2769

Closed NoelStephensUnity closed 10 months ago

NoelStephensUnity commented 10 months ago

Just adding a comma at line 1238 that was missing and causing compilation failures when UTP_TRANSPORT_2_0_ABOVE was defined.

Testing and Documentation