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
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
When data is replicated at the same time for actor and one or more of its subobjects, the sequence on the receiver is the following:
Native networking:
Data is received for the actor
Data is received for the subobject
RepNotifies are called for the actor
RepNotifies are called for the subobject
Spatial networking:
Data is received for the actor
RepNotifies are called for the actor
Data is received for the subobject
RepNotifies are called for the subobject
This happens due to the GDK calling RepNotifies at the end of applying each component update, and receiving separate component updates for the actor and its subobjects.
Internal ticket UNR-2304
The text was updated successfully, but these errors were encountered:
When data is replicated at the same time for actor and one or more of its subobjects, the sequence on the receiver is the following:
Native networking:
Data is received for the actor
Data is received for the subobject
RepNotifies are called for the actor
RepNotifies are called for the subobject
Spatial networking:
Data is received for the actor
RepNotifies are called for the actor
Data is received for the subobject
RepNotifies are called for the subobject
This happens due to the GDK calling RepNotifies at the end of applying each component update, and receiving separate component updates for the actor and its subobjects.
Internal ticket UNR-2304
The text was updated successfully, but these errors were encountered: