AnticipatedNetworkVariable using Anticipate on server fails #3442
Labels
stat:awaiting-response
Awaiting response from author. This label should be added manually.
type:bug
Bug Report
Description
Docs says that calling Anticipate on server changes both the anticipated and authoritative values. This is not true for my use case. If I change AuthoritativeValue directly it works, but if I use Anticipate it doesn't.
Actual Outcome
The documentation leads me to understand that calling Anticipate on the server is the same as setting AuthoritativeValue on the server, but that is not the case.
Expected Outcome
Anticipate and AuthoritativeValue should work the same when using on the server. But the result on client is different.
Additional Context
If it matters at all, this isn't a "simple" variable. It's a
AnticipatedNetworkVariable<List<int>>
The text was updated successfully, but these errors were encountered: