File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
com.unity.netcode.gameobjects Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
4141
4242### Changed
4343
44+ - Improve performance of ` NetworkObject ` . (#3820 )
4445- Improve performance of ` ParentSyncMessage ` . (#3814 )
4546- Improve performance of ` DestroyObjectMessage ` . (#3801 )
4647- Improve performance of ` CreateObjectMessage ` . (#3800 )
Original file line number Diff line number Diff line change @@ -2842,6 +2842,10 @@ public NetworkBehaviour GetNetworkBehaviourAtOrderIndex(ushort index)
28422842 return ChildNetworkBehaviours [ index ] ;
28432843 }
28442844
2845+ /// <summary>
2846+ /// The serialized representation of a NetworkObject.
2847+ /// Used for synchronizing clients on NetworkObject spawn.
2848+ /// </summary>
28452849 internal struct SerializedObject
28462850 {
28472851 public uint Hash ;
You can’t perform that action at this time.
0 commit comments