Skip to content

Commit e06d16f

Browse files
author
Release Automat
committed
Release 6.0.0
1 parent 766936c commit e06d16f

13 files changed

+355
-120
lines changed

Packages/tlp.udonutils/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ The used pattern MAJOR.MINOR.PATCH indicates:
3030

3131
All notable changes to this project will be documented in this file.
3232

33+
### [6.0.0] - 2024-04-19
34+
35+
#### 🚀 Features
36+
37+
- *(TlpNetworkTime)* Add ExactError property and instant Drift compensation with DriftThreshold
38+
- *(Sync)* [**breaking**] Change network timestamp resolution from float to double
39+
3340
### [5.3.0] - 2024-04-14
3441

3542
#### 🚀 Features

Packages/tlp.udonutils/Runtime/Prefabs/TLP_NetworkTime.prefab

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,9 @@ MonoBehaviour:
236236
NetworkTime: {fileID: 3759389701109780624}
237237
FrameCount: {fileID: 6967571258415020094}
238238
Samples: 256
239-
AutoAdjustSampleCount: 1
240-
SamplingDuration: 2
239+
AutoAdjustSampleCount: 0
240+
SamplingDuration: 5
241+
DriftThreshold: 0.05000000074505806
241242
--- !u!114 &8746002016925906261
242243
MonoBehaviour:
243244
m_ObjectHideFlags: 0

0 commit comments

Comments
 (0)