Commit Graph

18 Commits

Author SHA1 Message Date
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
vis2k
860afef8a1 Unity 2021.3.17 LTS 2023-01-28 23:41:39 +09:00
vis2k
fe66afd27a Unity 2021.3.15 LTS 2022-12-14 18:28:04 +01:00
vis2k
7672afea48 Unity 2021.3.11 2022-10-21 13:24:42 +02:00
vis2k
deb75b5e6f Unity 2021.3.9 2022-09-14 21:19:34 +08:00
vis2k
e04293f980 breaking: SnapshotInterpolation.Compute(): add 'out catchup' for debugging 2022-06-03 16:40:53 +07:00
MrGadget
8a8f71b30b Revert merge master to master 2022-01-28 22:31:38 -05:00
MrGadget
9985a36ea3 Updated Unity Packages 2022-01-23 09:01:08 -05:00
vis2k
7b04981463 Unity upgraded to 2019.4.28f1 LTS for latest fixes 2021-06-21 18:23:22 +08:00
vis2k
44ec5f3b1a breaking: update to Unity 2019.4 LTS now that 2020.3 LTS is out. 2021-03-13 12:19:18 +08:00
vis2k
c45fb6c47e Unity 2019.4.32 (latest 2018 LTS) 2021-02-24 16:45:01 +08:00
MrGadget1024
685366e7e1 fix: Chat Example Network Address OnValueChanged Wire-up 2021-02-18 03:03:26 -05:00
vis2k
f08aa57f55 Unity upgraded to 2018.4.30 LTS 2020-12-09 14:19:03 +08:00
vis2k
de2fbd6b4b Unity upgraded to 2018.4.28 LTS 2020-10-29 17:14:14 +01:00
vis2k
a1186bd85d Upgraded to Unity 2018.4.25 LTS 2020-07-30 19:09:22 +02:00
vis2k
2a9d7e2df3 Upgrade to Unity 2018.3.6 to fix #427 and to prepare for LTS version 2019-02-22 09:29:39 +01:00
vis2k
2e0c38aec8 Upgrade to Unity 2018.2.20f1 2019-01-29 22:44:24 +01:00
vis2k
5b187fe0df Asset Store Examples added 2019-01-15 11:17:58 +01:00