tag
#replication
2 items (2 fixes)
fixes
✓ 26.07.15a
"FP cosmetics need a parallel viewmodel copy, not a re-tagged world child"
When a world model is FP-hidden and replaced by a camera-attached viewmodel, cosmetics that must remain visible in FP need a separate copy parented into the viewmodel. Never re-tag the world copy visible.
viewmodelfirst-person
✓ 26.07.08e
"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