app.hypergames.hypersdk 1.4.0 → 1.4.2
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 +14 -0
- package/Editor/Scripts/Tools/HyperBuildAssistant.cs +53 -3
- package/Runtime/Internal/Managers/GameManager.cs +39 -4
- package/Runtime/Internal/UI/Modals/ExitGameMenuModal.cs +46 -0
- package/Runtime/Internal/UI/Modals/ExitGameMenuModal.cs.meta +11 -0
- package/Runtime/Resources/Fonts/Wonder Boys/Wonder Boys + Shadows.mat +1 -1
- package/Runtime/Resources/Sprites/Big Icons/Exit.png +0 -0
- package/Runtime/Resources/Sprites/Big Icons/Exit.png.meta +195 -0
- package/Runtime/Resources/UIPrefabs/ExitGameMenuModal.prefab +1043 -0
- package/Runtime/Resources/UIPrefabs/ExitGameMenuModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle.prefab +1 -1
- package/package.json +2 -2
|
@@ -1526,7 +1526,7 @@ RectTransform:
|
|
|
1526
1526
|
m_AnchorMin: {x: 0, y: 1}
|
|
1527
1527
|
m_AnchorMax: {x: 0, y: 1}
|
|
1528
1528
|
m_AnchoredPosition: {x: 242.0348, y: -33.43245}
|
|
1529
|
-
m_SizeDelta: {x:
|
|
1529
|
+
m_SizeDelta: {x: 0, y: 46.0515}
|
|
1530
1530
|
m_Pivot: {x: 0.5, y: 0.5}
|
|
1531
1531
|
--- !u!222 &8480469813127575513
|
|
1532
1532
|
CanvasRenderer:
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "app.hypergames.hypersdk",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
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
|
-
"unity": "
|
|
6
|
+
"unity": "2022.3",
|
|
7
7
|
"unityRelease": "0b5",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"hyper",
|