Skip to content

Commit 904bc0f

Browse files
committed
feat: samples
1 parent 03e4d23 commit 904bc0f

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

sample/Assets/Plugins/Android/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<action android:name="android.intent.action.VIEW" />
2020
<category android:name="android.intent.category.DEFAULT" />
2121
<category android:name="android.intent.category.BROWSABLE" />
22-
<data android:host="callback" android:scheme="imxsample" />
22+
<data android:host="callback" android:scheme="immutablerunner" />
23+
<data android:host="logout" android:scheme="immutablerunner" />
2324
</intent-filter>
2425
</activity>
2526
</application>

sample/ProjectSettings/EditorBuildSettings.asset

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ EditorBuildSettings:
55
m_ObjectHideFlags: 0
66
serializedVersion: 2
77
m_Scenes:
8-
- enabled: 1
8+
- enabled: 0
99
path: Assets/Scenes/SelectAuthMethod.unity
1010
guid: bb0668e0c95b745ce8e2f127d5940ede
11-
- enabled: 1
11+
- enabled: 0
1212
path: Assets/Scenes/UnauthenticatedScene.unity
1313
guid: 2cda990e2423bbf4892e6590ba056729
14-
- enabled: 1
14+
- enabled: 0
1515
path: Assets/Scenes/AuthenticatedScene.unity
1616
guid: 48b17d6cb0b0f409a9edf831addcbc0a
17-
- enabled: 1
17+
- enabled: 0
1818
path: Assets/Scenes/ZkEvmSendTransaction.unity
1919
guid: a7c5223614c2d4ff7ac5b06a02ef956c
20-
- enabled: 1
20+
- enabled: 0
2121
path: Assets/Scenes/ZkEvmGetBalance.unity
2222
guid: 996b0bbb9b6464417b845459e3e8d764
23-
- enabled: 1
23+
- enabled: 0
2424
path: Assets/Scenes/ZkEvmGetTransactionReceipt.unity
2525
guid: ee999224a19ee442d998a452e74dab8c
26-
- enabled: 1
26+
- enabled: 0
2727
path: Assets/Scenes/ImxNftTransfer.unity
2828
guid: 2f14d9e7f1e6941d3bc021f86377a3c9
29-
- enabled: 1
29+
- enabled: 0
3030
path: Assets/Scenes/ZkEvmSignTypedData.unity
3131
guid: 7947e157cd8d541138343d5eba099466
3232
m_configObjects: {}

sample/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ PlayerSettings:
219219
iOSLaunchScreeniPadCustomStoryboardPath:
220220
iOSDeviceRequirements: []
221221
iOSURLSchemes:
222-
- imxsample
222+
- immutablerunner
223223
macOSURLSchemes: []
224224
iOSBackgroundModes: 0
225225
iOSMetalForceHardShadows: 0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../sample/Assets/Scenes
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../sample/Assets/Scripts

src/Packages/Passport/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.immutable.passport",
33
"version": "1.27.1",
4-
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.",
4+
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.\n\nFor a complete working example, please visit https://github.com/immutable/unity-immutable-sdk/tree/main/sample.",
55
"displayName": "Immutable Passport",
66
"author": {
77
"name": "Immutable",
@@ -28,8 +28,9 @@
2828
"unity": "2021.3",
2929
"samples": [
3030
{
31-
"displayName": "Immutable Unity Sample App",
32-
"path": "Samples~/sample"
31+
"displayName": "Sample Scenes and Scripts",
32+
"description": "Includes sample scenes and scripts for the Immutable Unity SDK.",
33+
"path": "Samples~/SamplesScenesScripts"
3334
}
3435
]
3536
}

0 commit comments

Comments
 (0)