- Home /
Question by
benzsuankularb · Oct 06, 2017 at 01:58 AM ·
timetime.deltatime
Can I use Stopwatch without syncing time across network.
I use LLAPI need to sync game time across multiple devices. I tried Time.deltaTime but doesn't work because it's not accurate.
So I'm decision between
using System.diagnoses.Stopwatch
using System.DateTime
send time update interval from server machine.
What should I choose?
Comment
Your answer
