Skip to content

Commit aba70ab

Browse files
authored
Merge pull request #313 from immutable/feat/samples
[DX-3362] feat: samples
2 parents 03e4d23 + 509a7f5 commit aba70ab

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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/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)