The short story:
In my custom NetworkManager I've got:
The output is "-1"
Which is a problem because...
The longer story:
I'm trying to call NetworkTransport.GetRemoteDelayTimeMS() to try and get some sort of network synced time but the only hostId I can seem to get is -1, which gives an error if I pass it in:
Host ID not set for local client?
In my custom NetworkManager I've got:
Code (CSharp):
Which is a problem because...
The longer story:
I'm trying to call NetworkTransport.GetRemoteDelayTimeMS() to try and get some sort of network synced time but the only hostId I can seem to get is -1, which gives an error if I pass it in: