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.
@@ -117,7 +117,7 @@ MonoBehaviour:
117
117
  m_Top: 0
118
118
  m_Bottom: 20
119
119
  m_ChildAlignment: 4
120
- m_Spacing: 10
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: 0
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: 199.7, y: -10.5}
329
- m_SizeDelta: {x: 276.4, y: 0}
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: 35
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: 35
392
- m_fontStyle: 32
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: 28
614
- m_fontSizeBase: 28
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.12",
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",