spatialos / UnrealGDK

SpatialOS GDK for Unreal Plugin

Home Page:https://docs.improbable.io/unreal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some replication conditions do not always match native behaviour.

oblm opened this issue · comments

We are accepting issues and we want your feedback.


Description

Some replication conditions do not always match native behaviour.

Expected behavior

All replication conditions should match native Unreal.

Current behavior

Some replication conditions do not match native Unreal. Some examples include:

  • [SimulatedOnly + SimulatedOrPhysics] Initial value of property replicated with condition SimulatedOnly or SimulatedOrPhysics is being applied on clients with Role != SimulatedProxy.
  • [InitialOrOwner] Non-Initial updates of property replicated with condition InitialOrOwner is being applied on non-owning clients.
  • [AutonomousOnly] Initial updates of properties replicated with condition AutonomousOnly are flaky (there is a low chance of receiving the initial update, the following updates work fine)

Environment

Windows 10
UnrealGDK 0.4.2

Internal ticket

UNR-1423

This issue is out-of-date and no longer fully relevant. Closed and new known issues made
#2952
#2983