app.hypergames.hypersdk 1.4.13 → 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 +8 -0
- package/Editor/Scripts/Setup/HyperSDKInstaller.cs +115 -16
- package/Editor/Scripts/Tools/HyperBuildAssistant.cs +4 -4
- 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 +3 -3
- package/package.json +1 -1
|
@@ -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:
|
|
@@ -389,7 +389,7 @@ MonoBehaviour:
|
|
|
389
389
|
m_enableAutoSizing: 1
|
|
390
390
|
m_fontSizeMin: 18
|
|
391
391
|
m_fontSizeMax: 33.5
|
|
392
|
-
m_fontStyle:
|
|
392
|
+
m_fontStyle: 0
|
|
393
393
|
m_HorizontalAlignment: 1
|
|
394
394
|
m_VerticalAlignment: 256
|
|
395
395
|
m_textAlignment: 65535
|
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",
|