app.hypergames.hypersdk 1.4.12 → 1.4.14
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 +15 -0
- package/Editor/Scripts/Setup/HyperSDKInstaller.cs +115 -16
- package/Editor/Scripts/Tools/HyperBuildAssistant.cs +87 -9
- package/Editor/Scripts/Tools/HyperSceneMenu.cs +44 -0
- package/Editor/Scripts/Tools/HyperSceneMenu.cs.meta +2 -0
- package/HyperLoader.unity +3 -3
- package/Runtime/Internal/Managers/BackendManager.cs +106 -45
- package/Runtime/Internal/Managers/EventManager.cs +4 -0
- package/Runtime/Internal/Managers/GameManager.cs +36 -14
- package/Runtime/Internal/UI/Animation/SlideUp.cs +2 -2
- package/Runtime/Internal/UI/Modals/StartingInstructionModal.cs +76 -0
- package/Runtime/Resources/Fonts/Wonder Boys/Wonder Boys + Hyper BIG.mat +2 -2
- package/Runtime/Resources/Fonts/Wonder Boys/Wonder Boys + Shadows.mat +2 -2
- package/Runtime/Resources/Fonts/Wonder Boys/Wonder Boys.asset +1009 -311
- package/Runtime/Resources/UIPrefabs/SnackBar.prefab +10 -10
- package/package.json +1 -1
|
@@ -117,7 +117,7 @@ MonoBehaviour:
|
|
|
117
117
|
m_Top: 0
|
|
118
118
|
m_Bottom: 20
|
|
119
119
|
m_ChildAlignment: 4
|
|
120
|
-
m_Spacing:
|
|
120
|
+
m_Spacing: 20
|
|
121
121
|
m_ChildForceExpandWidth: 0
|
|
122
122
|
m_ChildForceExpandHeight: 0
|
|
123
123
|
m_ChildControlWidth: 0
|
|
@@ -166,8 +166,8 @@ RectTransform:
|
|
|
166
166
|
m_GameObject: {fileID: 2742868627260701116}
|
|
167
167
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
168
168
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
169
|
-
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
170
|
-
m_ConstrainProportionsScale:
|
|
169
|
+
m_LocalScale: {x: 1.2, y: 1.2, z: 1.2}
|
|
170
|
+
m_ConstrainProportionsScale: 1
|
|
171
171
|
m_Children: []
|
|
172
172
|
m_Father: {fileID: 919274274380233852}
|
|
173
173
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
@@ -325,8 +325,8 @@ RectTransform:
|
|
|
325
325
|
m_LocalEulerAnglesHint: {x: 0, y: -0, z: -0}
|
|
326
326
|
m_AnchorMin: {x: 0, y: 1}
|
|
327
327
|
m_AnchorMax: {x: 0, y: 1}
|
|
328
|
-
m_AnchoredPosition: {x:
|
|
329
|
-
m_SizeDelta: {x:
|
|
328
|
+
m_AnchoredPosition: {x: 214.145, y: -10.5}
|
|
329
|
+
m_SizeDelta: {x: 285.29, y: 0}
|
|
330
330
|
m_Pivot: {x: 0.5, y: 0.5}
|
|
331
331
|
--- !u!222 &8979309464556769080
|
|
332
332
|
CanvasRenderer:
|
|
@@ -383,13 +383,13 @@ MonoBehaviour:
|
|
|
383
383
|
m_faceColor:
|
|
384
384
|
serializedVersion: 2
|
|
385
385
|
rgba: 4294967295
|
|
386
|
-
m_fontSize:
|
|
386
|
+
m_fontSize: 33.5
|
|
387
387
|
m_fontSizeBase: 32.5
|
|
388
388
|
m_fontWeight: 400
|
|
389
389
|
m_enableAutoSizing: 1
|
|
390
390
|
m_fontSizeMin: 18
|
|
391
|
-
m_fontSizeMax:
|
|
392
|
-
m_fontStyle:
|
|
391
|
+
m_fontSizeMax: 33.5
|
|
392
|
+
m_fontStyle: 0
|
|
393
393
|
m_HorizontalAlignment: 1
|
|
394
394
|
m_VerticalAlignment: 256
|
|
395
395
|
m_textAlignment: 65535
|
|
@@ -610,8 +610,8 @@ MonoBehaviour:
|
|
|
610
610
|
m_faceColor:
|
|
611
611
|
serializedVersion: 2
|
|
612
612
|
rgba: 4294967295
|
|
613
|
-
m_fontSize:
|
|
614
|
-
m_fontSizeBase:
|
|
613
|
+
m_fontSize: 32
|
|
614
|
+
m_fontSizeBase: 32
|
|
615
615
|
m_fontWeight: 400
|
|
616
616
|
m_enableAutoSizing: 0
|
|
617
617
|
m_fontSizeMin: 18
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "app.hypergames.hypersdk",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.14",
|
|
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",
|