Mirror/Assets
ninjakickja 913a29dc6d Update NT to fix desyncs
When a new client joins in between sending frames, server will serialize a current live position to the client. This may not be the last sent copy to everyone, so when the next send happens, the delta sent will be delta-ed against wrong data.

Other changes:
1) Removed CheckLastSendTime() in OnSerialize(), not needed.
2) Only checking sending/set dirty in LateUpdate(). Other users may require positions updated in
    update, and do something to it on LateUpdate().
3) Initialize last snapshot to zeroes in Reset(). For syncOnlyOnChange, sender will check against last sent
    snapshot for changes. This needs to be zero on a reset.
2023-02-20 10:36:14 +08:00
..
Mirror Update NT to fix desyncs 2023-02-20 10:36:14 +08:00
ScriptTemplates fix: NetworkRoomManager.ReadyStatusChange is now a virtual method 2023-02-09 11:21:06 -05:00
TextMesh Pro add text mesh pro files :/ 2023-01-26 19:58:12 +09:00
Mirror.meta
ScriptTemplates.meta feat: Add ScriptTemplates to repo and package (#2559) 2021-02-05 09:34:22 +08:00
TextMesh Pro.meta add text mesh pro files :/ 2023-01-26 19:58:12 +09:00