app.hypergames.hypersdk 1.8.21 → 1.8.23
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/Runtime/Internal/Bootstrap/HyperLoader.cs +4 -1
- package/Runtime/Internal/Managers/BackendManager.cs +132 -19
- package/Runtime/Internal/Managers/GameManager.cs +107 -9
- package/Runtime/Internal/ScriptableObjects/HyperSDKSettings.cs +1 -1
- package/Runtime/Internal/UI/Modals/TutorialAnnouncementModal.cs +57 -0
- package/Runtime/Internal/UI/Modals/TutorialAnnouncementModal.cs.meta +2 -0
- package/Runtime/Plugins/WebGL/HyperTutorialCachePlugin.jslib +5 -1
- package/Runtime/Resources/Sprites/Frame 2147224037.png +0 -0
- package/Runtime/Resources/Sprites/{TutorialModal/P Container.png.meta → Frame 2147224037.png.meta } +12 -25
- package/Runtime/Resources/UIPrefabs/ConnectionStatusBar.prefab +10 -10
- package/Runtime/Resources/UIPrefabs/GameOverModal_Battle.prefab +1 -1
- package/Runtime/Resources/UIPrefabs/GameOverModal_Practice.prefab +1 -1
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle.prefab +1 -1
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle_Landscape.prefab +1 -1
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Practice.prefab +12 -0
- package/Runtime/Resources/UIPrefabs/LoadingFailedModal.prefab +7 -7
- package/Runtime/Resources/UIPrefabs/ScoreSubmissionFailedModal_Portrait.prefab +1 -1
- package/Runtime/Resources/UIPrefabs/TutorialAnnouncementModal.prefab +699 -0
- package/Runtime/Resources/UIPrefabs/TutorialAnnouncementModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/TutorialLandscapeModal.prefab +2 -2
- package/Runtime/Resources/UIPrefabs/TutorialPortraitModal.prefab +1 -1
- package/package.json +1 -1
- package/Runtime/Resources/Sprites/TutorialModal/L Container.png +0 -0
- package/Runtime/Resources/Sprites/TutorialModal/L Container.png.meta +0 -169
- package/Runtime/Resources/Sprites/TutorialModal/P Container.png +0 -0
- package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Empty.png +0 -0
- package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Empty.png.meta +0 -156
- package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Filled.png +0 -0
- package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Filled.png.meta +0 -156
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Landscape.png +0 -0
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Landscape.png.meta +0 -169
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Portrait.png +0 -0
- package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Portrait.png.meta +0 -169
|
@@ -811,7 +811,7 @@ PrefabInstance:
|
|
|
811
811
|
objectReference: {fileID: 0}
|
|
812
812
|
- target: {fileID: 9030296993381849797, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
813
813
|
propertyPath: m_SizeDelta.x
|
|
814
|
-
value:
|
|
814
|
+
value: 0
|
|
815
815
|
objectReference: {fileID: 0}
|
|
816
816
|
- target: {fileID: 9030296993381849797, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
817
817
|
propertyPath: m_AnchoredPosition.x
|
|
@@ -880,6 +880,18 @@ PrefabInstance:
|
|
|
880
880
|
propertyPath: m_SizeDelta.y
|
|
881
881
|
value: 0
|
|
882
882
|
objectReference: {fileID: 0}
|
|
883
|
+
- target: {fileID: 7363684731116559227, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
884
|
+
propertyPath: m_LocalScale.x
|
|
885
|
+
value: 1.25
|
|
886
|
+
objectReference: {fileID: 0}
|
|
887
|
+
- target: {fileID: 7363684731116559227, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
888
|
+
propertyPath: m_LocalScale.y
|
|
889
|
+
value: 1.25
|
|
890
|
+
objectReference: {fileID: 0}
|
|
891
|
+
- target: {fileID: 7363684731116559227, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
892
|
+
propertyPath: m_LocalScale.z
|
|
893
|
+
value: 1.25
|
|
894
|
+
objectReference: {fileID: 0}
|
|
883
895
|
- target: {fileID: 7363684731116559227, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
884
896
|
propertyPath: m_LocalPosition.x
|
|
885
897
|
value: 0
|
|
@@ -105,8 +105,8 @@ RectTransform:
|
|
|
105
105
|
m_GameObject: {fileID: 936452418214250672}
|
|
106
106
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
107
107
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
108
|
-
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
109
|
-
m_ConstrainProportionsScale:
|
|
108
|
+
m_LocalScale: {x: 1.075, y: 1.075, z: 1.075}
|
|
109
|
+
m_ConstrainProportionsScale: 1
|
|
110
110
|
m_Children:
|
|
111
111
|
- {fileID: 4907426701217168090}
|
|
112
112
|
- {fileID: 1901003187938632804}
|
|
@@ -788,8 +788,8 @@ RectTransform:
|
|
|
788
788
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
789
789
|
m_AnchorMin: {x: 0, y: 0}
|
|
790
790
|
m_AnchorMax: {x: 1, y: 1}
|
|
791
|
-
m_AnchoredPosition: {x: 0, y: -
|
|
792
|
-
m_SizeDelta: {x: 0, y: -
|
|
791
|
+
m_AnchoredPosition: {x: 0, y: -1.1233978}
|
|
792
|
+
m_SizeDelta: {x: 0, y: -18.4788}
|
|
793
793
|
m_Pivot: {x: 0.5, y: 0.5}
|
|
794
794
|
--- !u!222 &7387761394858272435
|
|
795
795
|
CanvasRenderer:
|
|
@@ -822,7 +822,7 @@ MonoBehaviour:
|
|
|
822
822
|
m_text: 00:00
|
|
823
823
|
m_isRightToLeft: 0
|
|
824
824
|
m_fontAsset: {fileID: 11400000, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
825
|
-
m_sharedMaterial: {fileID: 2100000, guid:
|
|
825
|
+
m_sharedMaterial: {fileID: 2100000, guid: 660867c630ca8a340ba35eb8f1749302, type: 2}
|
|
826
826
|
m_fontSharedMaterials: []
|
|
827
827
|
m_fontMaterial: {fileID: 0}
|
|
828
828
|
m_fontMaterials: []
|
|
@@ -852,11 +852,11 @@ MonoBehaviour:
|
|
|
852
852
|
m_enableAutoSizing: 0
|
|
853
853
|
m_fontSizeMin: 18
|
|
854
854
|
m_fontSizeMax: 72
|
|
855
|
-
m_fontStyle:
|
|
855
|
+
m_fontStyle: 0
|
|
856
856
|
m_HorizontalAlignment: 2
|
|
857
857
|
m_VerticalAlignment: 512
|
|
858
858
|
m_textAlignment: 65535
|
|
859
|
-
m_characterSpacing:
|
|
859
|
+
m_characterSpacing: 3.13
|
|
860
860
|
m_wordSpacing: 0
|
|
861
861
|
m_lineSpacing: 0
|
|
862
862
|
m_lineSpacingMax: 0
|
|
@@ -416,7 +416,7 @@ RectTransform:
|
|
|
416
416
|
m_AnchorMin: {x: 0, y: 1}
|
|
417
417
|
m_AnchorMax: {x: 0, y: 1}
|
|
418
418
|
m_AnchoredPosition: {x: 239.4, y: -41.121}
|
|
419
|
-
m_SizeDelta: {x:
|
|
419
|
+
m_SizeDelta: {x: 310.78, y: 46.0515}
|
|
420
420
|
m_Pivot: {x: 0.5, y: 0.5}
|
|
421
421
|
--- !u!222 &9221721025798811723
|
|
422
422
|
CanvasRenderer:
|