app.hypergames.hypersdk 1.4.18 → 1.4.19
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.19](https://github.com/mvmhyper/hyper-sdk/compare/v1.4.18...v1.4.19) (2026-01-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* adjust tutorial modal colors ([6984722](https://github.com/mvmhyper/hyper-sdk/commit/6984722cc65e3061c52c05faeef48dcd6dc3a2a3))
|
|
7
|
+
|
|
1
8
|
## [1.4.18](https://github.com/mvmhyper/hyper-sdk/compare/v1.4.17...v1.4.18) (2026-01-06)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -1124,7 +1124,7 @@ MonoBehaviour:
|
|
|
1124
1124
|
m_Name:
|
|
1125
1125
|
m_EditorClassIdentifier:
|
|
1126
1126
|
m_Material: {fileID: 0}
|
|
1127
|
-
m_Color: {r: 0.
|
|
1127
|
+
m_Color: {r: 0.30980393, g: 0.23921569, b: 0.7647059, a: 1}
|
|
1128
1128
|
m_RaycastTarget: 1
|
|
1129
1129
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1130
1130
|
m_Maskable: 1
|
|
@@ -688,7 +688,7 @@ MonoBehaviour:
|
|
|
688
688
|
m_Name:
|
|
689
689
|
m_EditorClassIdentifier:
|
|
690
690
|
m_Material: {fileID: 0}
|
|
691
|
-
m_Color: {r: 0.
|
|
691
|
+
m_Color: {r: 0.30980393, g: 0.23921569, b: 0.7647059, a: 1}
|
|
692
692
|
m_RaycastTarget: 1
|
|
693
693
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
694
694
|
m_Maskable: 1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "app.hypergames.hypersdk",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.19",
|
|
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",
|