VRChat
Create
Log in
Roadmap
Feedback
World/Udon Bugs & Feature Requests
1036
Category
Bug Reports
Voters
krajsyboys
TERPYDERP32
Sagi-chan
NØNN
HolyKnightAD
~Riko~
|KitKat|
VTail64
Sacchan
__라요
Powered by Canny
10
Changing array reference does not trigger onVariableChange
__라요
Changing the reference to an synced array with something like
var tmp = (int[]) MyList.Clone();
tmp[0] = someValue;
MyList = tmp;
RequestSerialization();
doesn't trigger onVariableChange(OnFieldChange in UdonSharp) on remote players.
June 15, 2022
Log in to leave a comment
Log In
Powered by Canny