Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Automat committed Apr 19, 2024
1 parent 766936c commit e06d16f
Show file tree
Hide file tree
Showing 13 changed files with 355 additions and 120 deletions.
7 changes: 7 additions & 0 deletions Packages/tlp.udonutils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ The used pattern MAJOR.MINOR.PATCH indicates:

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

### [6.0.0] - 2024-04-19

#### 🚀 Features

- *(TlpNetworkTime)* Add ExactError property and instant Drift compensation with DriftThreshold
- *(Sync)* [**breaking**] Change network timestamp resolution from float to double

### [5.3.0] - 2024-04-14

#### 🚀 Features
Expand Down
5 changes: 3 additions & 2 deletions Packages/tlp.udonutils/Runtime/Prefabs/TLP_NetworkTime.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,9 @@ MonoBehaviour:
NetworkTime: {fileID: 3759389701109780624}
FrameCount: {fileID: 6967571258415020094}
Samples: 256
AutoAdjustSampleCount: 1
SamplingDuration: 2
AutoAdjustSampleCount: 0
SamplingDuration: 5
DriftThreshold: 0.05000000074505806
--- !u!114 &8746002016925906261
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
Loading

0 comments on commit e06d16f

Please sign in to comment.