[SDK 2021.07.13.13.39] Synced vrcurl and arrays activate Change events for non owners on every deserialization
interested
IgbarVonSquid
If you sync a vrcurl or an array, their respective variable Change events will activate every time there's a deserialization for non-owners. This will happen regardless of if sendChange is on or not, they will be considered Changed every time.
The attached picture is an example graph: Even though the SyncedInt is the only variable being changed, the SyncedURL and SyncedIntArray Change events will also activate for non-owners.
Log In
Momo the Monster
interested
Just fixed VRCUrl in 2021.3.2, build 1118. Arrays still have this issue - however, we won't be able to support OnVariableChange events for array in the short-term, so instead we'll make them never fire the OnVariableChange event in the next update.