SendCustomNetworkEvent replays old event when over 1kb is sent to NetworkEventTarget.Self
available in future release
BoatFloater
When a networked custom event is sent with over 1kb of data to NetworkEventTarget.Self, the next networked custom event sent from that client does not send. Instead, the 1kb+ event is replayed, but to the new event target.
For example if I send a 1.5kb event MyEvent on BehaviourA to NetworkEventTarget.Self, then send an event OtherEvent on BehaviourB to NetworkEventTarget.Owner (other player), instead, the owner of BehaviourB will receive MyEvent on BehaviourA with 1.5kb of data.
Here is an example world where this can be seen:
Log In
BoatFloater
I can confirm this is working for me in the lastest update! Thank you!
This post was marked as
available in future release
_
_tau_
tracked