Commit 0dcc03c
authored
add cautionary snippet for Continuous BehaviourSyncMode
Please warn readers that Continuous mode will send updates even when no synced variables on the script are changed.
I spent way too long troubleshooting network performance because I assumed that Continuous mode only triggered serialization when a synced variable is changed.
This was arguably my fault for misunderstanding Continuous mode (which, if I had to guess, is just a UDP data stream), but I assumed that Continuous mode between VRC Object Sync and UdonBehaviour were similar in that they both conditionally serialized based on changes to data.1 parent 5d1a2b3 commit 0dcc03c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments