This website requires JavaScript.
Explore
Help
Register
Sign In
charleslemaux
/
Mirror
Watch
1
Star
0
Fork
0
You've already forked Mirror
mirror of
https://github.com/MirrorNetworking/Mirror.git
synced
2024-11-18 19:10:32 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
94114a88b3
Mirror
/
ProjectSettings
/
ProjectVersion.txt
3 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 02:36:14 +00:00
m_EditorVersion: 2021.3.16f1
m_EditorVersionWithRevision: 2021.3.16f1 (4016570cf34f)
Reference in New Issue
Copy Permalink