



[RealtimeProperty(1, true)]
private float _userHeight;
[RealtimeProperty(2, true)]
private Color _userColor;
[RealtimeProperty(3, true, true)]
private int _configChanged;model.userHeight and model.userColor, log the values being sent, then do model.configChanged++ . When remote receives the configChanged event model.userHeight comes in correctly and model.userColor does not.
[RealtimeProperty(1, true)]
private float _userHeight;
[RealtimeProperty(2, true)]
private Color _userColor;
[RealtimeProperty(3, true, true)]
private int _configChanged;model.userHeightmodel.userHeightmodel.userColormodel.userColormodel.configChanged++