app.hypergames.hypersdk 1.4.8 → 1.4.9

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.4.9](https://github.com/mvmhyper/hyper-sdk/compare/v1.4.8...v1.4.9) (2025-12-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated modal management to prevent unintended UI behavior ([5cc51d7](https://github.com/mvmhyper/hyper-sdk/commit/5cc51d74134e424ec8a131b0c0ba4b39efc7c5f0))
7
+
1
8
  ## [1.4.8](https://github.com/mvmhyper/hyper-sdk/compare/v1.4.7...v1.4.8) (2025-12-16)
2
9
 
3
10
 
@@ -95,9 +95,7 @@ namespace Hyper.Internal
95
95
  }
96
96
 
97
97
  public void ForfeitGame()
98
- {
99
- _gameManager.HidePauseModals();
100
-
98
+ {
101
99
  if (!IsPVPMode)
102
100
  {
103
101
  HyperRuntime.GameManager.EndPracticeGame();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app.hypergames.hypersdk",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
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",