Skip to content

Commit 8554944

Browse files
committed
Update sample app
1 parent 90fd6af commit 8554944

5 files changed

Lines changed: 24 additions & 11 deletions

File tree

Samples/W3M Basic Sample/.idea/.idea.W3M Basic Sample/.idea/sonarlint.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Samples/W3M Basic Sample/Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"com.unity.timeline": "1.7.6",
1212
"com.unity.ugui": "1.0.0",
1313
"com.unity.visualscripting": "1.9.1",
14-
"com.walletconnect.core": "3.1.6",
15-
"com.walletconnect.nethereum": "1.0.0",
16-
"com.walletconnect.ui": "1.1.6",
14+
"com.walletconnect.core": "3.1.7",
15+
"com.walletconnect.nethereum": "1.0.1",
16+
"com.walletconnect.ui": "1.1.7",
1717
"com.walletconnect.web3modal": "file:../../../Packages/com.walletconnect.web3modal",
1818
"io.sentry.unity": "2.0.4",
1919
"com.unity.modules.ai": "1.0.0",

Samples/W3M Basic Sample/Packages/packages-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
"url": "https://packages.unity.com"
301301
},
302302
"com.walletconnect.core": {
303-
"version": "3.1.6",
303+
"version": "3.1.7",
304304
"depth": 0,
305305
"source": "registry",
306306
"dependencies": {
@@ -309,21 +309,21 @@
309309
"url": "https://package.openupm.com"
310310
},
311311
"com.walletconnect.nethereum": {
312-
"version": "1.0.0",
312+
"version": "1.0.1",
313313
"depth": 0,
314314
"source": "registry",
315315
"dependencies": {
316316
"com.nethereum.unity": "4.19.1",
317-
"com.walletconnect.core": "3.1.5"
317+
"com.walletconnect.core": "3.1.7"
318318
},
319319
"url": "https://package.openupm.com"
320320
},
321321
"com.walletconnect.ui": {
322-
"version": "1.1.6",
322+
"version": "1.1.7",
323323
"depth": 0,
324324
"source": "registry",
325325
"dependencies": {
326-
"com.walletconnect.core": "3.1.6",
326+
"com.walletconnect.core": "3.1.7",
327327
"com.unity.textmeshpro": "3.0.0",
328328
"com.unity.ugui": "1.0.0"
329329
},

Samples/W3M Basic Sample/ProjectSettings/PackageManagerSettings.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ MonoBehaviour:
4242
m_RegistryInfoDraft:
4343
m_Modified: 0
4444
m_ErrorMessage:
45-
m_UserModificationsInstanceId: -834
46-
m_OriginalInstanceId: -838
45+
m_UserModificationsInstanceId: -852
46+
m_OriginalInstanceId: -856
4747
m_LoadAssets: 0

Samples/W3M Basic Sample/ProjectSettings/ProjectSettings.asset

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,13 @@ PlayerSettings:
484484
m_Height: 36
485485
m_Kind: 0
486486
m_SubKind:
487+
- m_BuildTarget: VisionOS
488+
m_Icons:
489+
- m_Textures: []
490+
m_Width: 1024
491+
m_Height: 1024
492+
m_Kind: 0
493+
m_SubKind:
487494
m_BuildTargetBatching: []
488495
m_BuildTargetShaderSettings: []
489496
m_BuildTargetGraphicsJobs: []
@@ -781,7 +788,7 @@ PlayerSettings:
781788
QNX: 1
782789
Stadia: 1
783790
VisionOS: 1
784-
WebGL: 1
791+
WebGL: 4
785792
Windows Store Apps: 1
786793
XboxOne: 1
787794
iPhone: 4

0 commit comments

Comments
 (0)