Custom network events should be able to await the syncing of zero-to-many shared variables
tracked
FairlySadPanda
At the moment, trying to trigger a custom network event on another client that uses any common data between the emitting and recieving client is an exceptionally poor development experience, even in non-graph implementations of Udon like UdonSharp.
Udon should be able to await the receiving of required vars before triggering a custom network event.
Log In
Momo the Monster
tracked
Does the new OnVariableChanged event system solve this issue for you?
FairlySadPanda
Momo the Monster: Overall yes. This can be closed.