tag
#networkspawn
2 items (2 fixes)
fixes
✓ 26.07
"FromHost field on a runtime singleton does not replicate without NetworkSpawn"
A [Sync(SyncFlags.FromHost)] field on a runtime-created singleton never replicates — the object needs NetworkSpawn, not just NetworkMode.Snapshot.
networkingsync
✓ 26.07
"Spawning a joiner's character clobbers the host's camera target"
On the host, spawning a joiner's character clobbers the host's own camera-target singleton because IsProxy is false at Components.Create time — re-resolve the claim at the first OnFixedUpdate.
networkingcamera