app.hypergames.hypersdk 1.4.14 → 1.4.15
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 +7 -0
- package/Runtime/Resources/Fonts/Nunito/Nunito-Bold.ttf +0 -0
- package/Runtime/Resources/Fonts/Nunito/Nunito-Bold.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Nunito/Nunito-Light.ttf +0 -0
- package/Runtime/Resources/Fonts/Nunito/Nunito-Light.ttf.meta +21 -0
- package/Runtime/Resources/Fonts/Wonder Boys/Wonder Boys.ttf +0 -0
- package/Runtime/Resources/Fonts/Wonder Boys/Wonder Boys.ttf.meta +21 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.4.15](https://github.com/mvmhyper/hyper-sdk/compare/v1.4.14...v1.4.15) (2026-01-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* trigger patch release ([f371d9b](https://github.com/mvmhyper/hyper-sdk/commit/f371d9b4ad029d893fb5d85cceb710d2fe831820))
|
|
7
|
+
|
|
1
8
|
## [1.4.14](https://github.com/mvmhyper/hyper-sdk/compare/v1.4.13...v1.4.14) (2026-01-06)
|
|
2
9
|
|
|
3
10
|
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 710a89ea28c54bc4784ad1647aabd91a
|
|
3
|
+
TrueTypeFontImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 4
|
|
6
|
+
fontSize: 16
|
|
7
|
+
forceTextureCase: -2
|
|
8
|
+
characterSpacing: 0
|
|
9
|
+
characterPadding: 1
|
|
10
|
+
includeFontData: 1
|
|
11
|
+
fontNames:
|
|
12
|
+
- Nunito
|
|
13
|
+
fallbackFontReferences: []
|
|
14
|
+
customCharacters:
|
|
15
|
+
fontRenderingMode: 0
|
|
16
|
+
ascentCalculationMode: 1
|
|
17
|
+
useLegacyBoundsCalculation: 0
|
|
18
|
+
shouldRoundAdvanceValue: 1
|
|
19
|
+
userData:
|
|
20
|
+
assetBundleName:
|
|
21
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: b30ebda8abeab9141b81300eece30fe0
|
|
3
|
+
TrueTypeFontImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 4
|
|
6
|
+
fontSize: 16
|
|
7
|
+
forceTextureCase: -2
|
|
8
|
+
characterSpacing: 0
|
|
9
|
+
characterPadding: 1
|
|
10
|
+
includeFontData: 1
|
|
11
|
+
fontNames:
|
|
12
|
+
- Nunito
|
|
13
|
+
fallbackFontReferences: []
|
|
14
|
+
customCharacters:
|
|
15
|
+
fontRenderingMode: 0
|
|
16
|
+
ascentCalculationMode: 1
|
|
17
|
+
useLegacyBoundsCalculation: 0
|
|
18
|
+
shouldRoundAdvanceValue: 1
|
|
19
|
+
userData:
|
|
20
|
+
assetBundleName:
|
|
21
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 13902156bbbe8f44d962ec9fb5772b05
|
|
3
|
+
TrueTypeFontImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 4
|
|
6
|
+
fontSize: 16
|
|
7
|
+
forceTextureCase: -2
|
|
8
|
+
characterSpacing: 0
|
|
9
|
+
characterPadding: 1
|
|
10
|
+
includeFontData: 1
|
|
11
|
+
fontNames:
|
|
12
|
+
- Wonder Boys
|
|
13
|
+
fallbackFontReferences: []
|
|
14
|
+
customCharacters:
|
|
15
|
+
fontRenderingMode: 0
|
|
16
|
+
ascentCalculationMode: 1
|
|
17
|
+
useLegacyBoundsCalculation: 0
|
|
18
|
+
shouldRoundAdvanceValue: 1
|
|
19
|
+
userData:
|
|
20
|
+
assetBundleName:
|
|
21
|
+
assetBundleVariant:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "app.hypergames.hypersdk",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.15",
|
|
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",
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"score",
|
|
18
18
|
"tutorial",
|
|
19
19
|
"developer-tools",
|
|
20
|
-
"game-development",
|
|
21
20
|
"unity-package"
|
|
22
21
|
],
|
|
23
22
|
"author": {
|