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.
The replication condition COND_SkipOwner will not always skip the owner with Spatial networking enabled.
Expected behavior
COND_SkipOwner properties should skip replication to clients who own that particular actor.
Current behavior
Sometimes, when, for example setting a COND_SkipOwner variable and changing the owner of an actor at the same time, the SkipOwner variable can still be replicated at the same time as the change in ownership occurs.
Similarly, if an actor is replicated already owned, the SkipOwner variable could still be replicated along with this new actor.
Environment
Probably since 0.9.0.
Tracking ticket
UNR-3714
The text was updated successfully, but these errors were encountered:
mironec
changed the title
Replication condition COND_SkipOwner not fully supported.
Replication condition COND_SkipOwner not fully supported.
Jun 23, 2020
Description
The replication condition
COND_SkipOwner
will not always skip the owner with Spatial networking enabled.Expected behavior
COND_SkipOwner
properties should skip replication to clients who own that particular actor.Current behavior
Sometimes, when, for example setting a
COND_SkipOwner
variable and changing the owner of an actor at the same time, the SkipOwner variable can still be replicated at the same time as the change in ownership occurs.Similarly, if an actor is replicated already owned, the SkipOwner variable could still be replicated along with this new actor.
Environment
Probably since 0.9.0.
Tracking ticket
UNR-3714
The text was updated successfully, but these errors were encountered: