app.hypergames.hypersdk 1.4.9 → 1.4.10

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.10](https://github.com/mvmhyper/hyper-sdk/compare/v1.4.9...v1.4.10) (2025-12-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * follow up modal management changes ([a39dbaf](https://github.com/mvmhyper/hyper-sdk/commit/a39dbafa18e4c10dcaf20c22200ff2c2a3dca390))
7
+
1
8
  ## [1.4.9](https://github.com/mvmhyper/hyper-sdk/compare/v1.4.8...v1.4.9) (2025-12-16)
2
9
 
3
10
 
@@ -458,6 +458,7 @@ namespace Hyper.Internal.Managers
458
458
 
459
459
  if (HyperRuntime.GameContent.HasTransitionScene)
460
460
  {
461
+ HyperRuntime.GameManager.HidePauseModals();
461
462
  StartCoroutine(PracticeMenuLoadingCoroutine());
462
463
  }
463
464
  else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app.hypergames.hypersdk",
3
- "version": "1.4.9",
3
+ "version": "1.4.10",
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",