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.09k stars 429 forks source link

fix: universal rpc test timeout #2884

Open NoelStephensUnity opened 1 month ago

NoelStephensUnity commented 1 month ago

Extending timeout since the added yield return causes this test to commonly timeout (DO NOT MERGE)

Changelog

NA

Testing and Documentation