Arguments were added to sendCustomNetworkEvent, and sendCustomEvent was not changed. If you want to use sendCustomEvent with arguments, I think the policy is to use sendCustomNetworkEvent by adding NetworkEventTarget.self instead.
At this time, if you consider the call with arguments corresponding to the current sendCustomEventDelayedSeconds, sendCustomNetworkEventDelayedSeconds is missing. If you try to implement this with user UdonSharp code, it will be complicated, so I want it to be officially implemented.
·