app.hypergames.hypersdk 1.11.0-beta.29 → 1.11.0-beta.30

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.30](https://github.com/mvmhyper/hyper-sdk/compare/v1.11.0-beta.29...v1.11.0-beta.30) (2026-09-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **replay:** improve seek slider handle usability ([10c4847](https://github.com/mvmhyper/hyper-sdk/commit/10c48474c6dff689903aae99bff40215152710f6))
7
+
1
8
  # [1.11.0-beta.29](https://github.com/mvmhyper/hyper-sdk/compare/v1.11.0-beta.28...v1.11.0-beta.29) (2026-09-08)
2
9
 
3
10
 
@@ -619,8 +619,8 @@ RectTransform:
619
619
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
620
620
  m_AnchorMin: {x: 0, y: 0}
621
621
  m_AnchorMax: {x: 0, y: 0}
622
- m_AnchoredPosition: {x: 0, y: 0}
623
- m_SizeDelta: {x: 10, y: 0}
622
+ m_AnchoredPosition: {x: -2.5, y: 0}
623
+ m_SizeDelta: {x: 5, y: 0}
624
624
  m_Pivot: {x: 0.5, y: 0.5}
625
625
  --- !u!222 &4377847303607899058
626
626
  CanvasRenderer:
@@ -774,8 +774,8 @@ RectTransform:
774
774
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
775
775
  m_AnchorMin: {x: 0, y: 0}
776
776
  m_AnchorMax: {x: 1, y: 1}
777
- m_AnchoredPosition: {x: 0, y: 0}
778
- m_SizeDelta: {x: -20, y: 0}
777
+ m_AnchoredPosition: {x: 1.249999, y: 0}
778
+ m_SizeDelta: {x: -27.499998, y: 0}
779
779
  m_Pivot: {x: 0.5, y: 0.5}
780
780
  --- !u!1 &3697401824850412108
781
781
  GameObject:
@@ -804,7 +804,7 @@ RectTransform:
804
804
  m_GameObject: {fileID: 3697401824850412108}
805
805
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
806
806
  m_LocalPosition: {x: 0, y: 0, z: 0}
807
- m_LocalScale: {x: 2.25, y: 2.25, z: 2.25}
807
+ m_LocalScale: {x: 3, y: 3, z: 3}
808
808
  m_ConstrainProportionsScale: 1
809
809
  m_Children: []
810
810
  m_Father: {fileID: 2122678266869628181}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app.hypergames.hypersdk",
3
- "version": "1.11.0-beta.29",
3
+ "version": "1.11.0-beta.30",
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",