Hello,
I have seen in a tutorial video how to a adjust the sentrate of the SyncVars (for each script individual), but I din’t find the command for this.
It was something like [SentRate=xy] at the beginning of the Script.
Does somebody know this?
Hello,
I have seen in a tutorial video how to a adjust the sentrate of the SyncVars (for each script individual), but I din’t find the command for this.
It was something like [SentRate=xy] at the beginning of the Script.
Does somebody know this?
Just in case if somebody googles it. (I just did)
[NetworkSettings(sendInterval = 0.2f)]
public class Something : NetworkBehaviour
{
...
}