Use when a coherence [Sync] field's value depends on another synced field — derived/computed synced values that come out wrong on remotes, intermittent desync when several fields change in the same packet, or a [Sync] setter that reads a sibling synced field. Covers why setters have no cross-field o
Use when a coherence [Sync] field's value depends on another synced field — derived/computed synced values that come out wrong on remotes, intermittent desync when several fields change in the same packet, or a [Sync] setter that reads a sibling synced field. Covers why setters have no cross-field ordering guarantee and the four safe patterns for dependent values.