You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improves prefab handler lookup performance by introducing a dedicated dictionary for handlers with instantiation data.
This allows for faster injection of instantiation data into NetworkObjects.
/// Links the custom prefab instance's GlobalNetworkObjectId to the original prefab asset's GlobalNetworkObjectId. (Needed for HandleNetworkPrefabDestroy)
65
71
/// [PrefabInstance][PrefabAsset]
@@ -101,6 +107,10 @@ public bool AddHandler(uint globalObjectIdHash, INetworkPrefabInstanceHandler in
0 commit comments