Mirror/ProjectSettings
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
..
AudioManager.asset Asset Store Examples added 2019-01-15 11:17:58 +01:00
boot.config ProjectSettings/boot from Unity 2021. makes working with 2021 & Mirror git easier; should be ignored in 2019 etc. 2021-08-09 13:44:11 +08:00
ClusterInputManager.asset Asset Store Examples added 2019-01-15 11:17:58 +01:00
DynamicsManager.asset fix collision matrix 2023-01-26 20:24:56 +09:00
EditorBuildSettings.asset OfflineWeb scene instead of Kcp 2023-02-14 18:45:20 +01:00
EditorSettings.asset breaking: update to Unity 2019.4 LTS now that 2020.3 LTS is out. 2021-03-13 12:19:18 +08:00
GraphicsSettings.asset breaking: update to Unity 2019.4 LTS now that 2020.3 LTS is out. 2021-03-13 12:19:18 +08:00
InputManager.asset Asset Store Examples added 2019-01-15 11:17:58 +01:00
MemorySettings.asset ProjectSettings/MemorySettings from Unity 2021. makes working with 2021 & Mirror git easier; should be ignored in 2019 etc. 2021-08-09 13:44:05 +08:00
NavMeshAreas.asset Asset Store Examples added 2019-01-15 11:17:58 +01:00
NetworkManager.asset Asset Store Examples added 2019-01-15 11:17:58 +01:00
PackageManagerSettings.asset breaking: update to Unity 2019.4 LTS now that 2020.3 LTS is out. 2021-03-13 12:19:18 +08:00
Physics2DSettings.asset Asset Store Examples added 2019-01-15 11:17:58 +01:00
PresetManager.asset Upgrade to Unity 2018.2.20f1 2019-01-29 22:44:24 +01:00
ProjectSettings.asset ProjectSettings 2023-02-08 03:29:10 -05:00
ProjectVersion.txt Update NT to fix desyncs 2023-02-20 10:36:14 +08:00
QualitySettings.asset ProjectSettings: default quality reduced to high 2021-02-16 17:45:19 +08:00
SceneTemplateSettings.json feature: CCU test demo 2022-10-31 09:23:26 +01:00
TagManager.asset fix layers 2023-01-26 20:24:26 +09:00
TimeManager.asset Asset Store Examples added 2019-01-15 11:17:58 +01:00
UnityConnectSettings.asset Upgraded to Unity 2020.3.26 LTS 2022-01-21 16:27:27 +08:00
VersionControlSettings.asset ProjectSettings/VersionControlSettings from Unity 2021. makes working with 2021 & Mirror git easier; should be ignored in 2019 etc. 2021-08-09 13:43:54 +08:00
VFXManager.asset Upgrade to Unity 2018.3.6 to fix #427 and to prepare for LTS version 2019-02-22 09:29:39 +01:00
XRSettings.asset ci: fix and speed up ci build (#1649) 2020-04-02 21:28:31 -05:00