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.15k stars 435 forks source link

fix: send to not owner server warning message #3111

Closed NoelStephensUnity closed 2 weeks ago

NoelStephensUnity commented 4 weeks ago

This PR fixes the issue where sending a universal RPC with a SendTo.NotOwner or SendTo.Owner attribute parameter would cause warnings to be logged about sending to the server when using a distributed authority network topology.

fix: #3086

Changelog

Testing and Documentation