app.hypergames.hypersdk 1.11.0-beta.27 → 1.11.0-beta.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.11.0-beta.28](https://github.com/mvmhyper/hyper-sdk/compare/v1.11.0-beta.27...v1.11.0-beta.28) (2026-09-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* update replay playback speed options ([fc5f653](https://github.com/mvmhyper/hyper-sdk/commit/fc5f65350b31425c53a131b7c44e8780e1b0ce2d))
|
|
7
|
+
|
|
1
8
|
# [1.11.0-beta.27](https://github.com/mvmhyper/hyper-sdk/compare/v1.11.0-beta.26...v1.11.0-beta.27) (2026-09-08)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -19,7 +19,7 @@ namespace Hyper.Internal
|
|
|
19
19
|
[SerializeField] private Button pauseButton;
|
|
20
20
|
[SerializeField] private Button playbackSpeedButton;
|
|
21
21
|
[SerializeField] private TextMeshProUGUI playbackSpeedLabel;
|
|
22
|
-
[SerializeField] private float[] playbackSpeeds = { 1f, 1.
|
|
22
|
+
[SerializeField] private float[] playbackSpeeds = { 1f, 1.5f, 2f, 0.5f };
|
|
23
23
|
[SerializeField, Min(1f)] private float seekPlaybackSpeed = 15f;
|
|
24
24
|
[SerializeField, Min(0f)] private float readOnlyProgressSmoothTime = 0.08f;
|
|
25
25
|
[SerializeField, Range(0.25f, 1f)] private float seekSnapshotScale = 0.55f;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "app.hypergames.hypersdk",
|
|
3
|
-
"version": "1.11.0-beta.
|
|
3
|
+
"version": "1.11.0-beta.28",
|
|
4
4
|
"displayName": "HyperSDK",
|
|
5
5
|
"description": "Official Unity SDK for Hyper: multiplayer battles, leaderboards, deterministic RNG, session management, tutorials, and WebGL optimizations for production-ready games.",
|
|
6
6
|
"unity": "6000.0",
|