Trying to request serialisation of values during the
Start
Event, when loading into the world, by invoking
RequestSerialization
results in no synchronisation.
I noticed this when Late-Joiners were not receiving the synced variable values on the networked
UdonBehaviour
in question.
If I delay the execution of
RequestSerialization
by a few seconds, it works again.
This started happening with
2024.4.1p3
and was not a bug before this version.