More Networking Optimizations

This commit is contained in:
Conna Wiles
2026-01-23 07:21:45 +00:00
committed by GitHub
parent abc10cfd8b
commit 68884635b2
10 changed files with 188 additions and 84 deletions

View File

@@ -208,6 +208,7 @@ public abstract partial class GameObjectSystem : IDeltaSnapshot
var system = SceneNetworkSystem.Instance;
if ( system is null ) return null;
LocalSnapshotState.Begin();
LocalSnapshotState.SnapshotId = system.DeltaSnapshots.CreateSnapshotId( Id );
LocalSnapshotState.ObjectId = Id;