Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sample/Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="callback" android:scheme="imxsample" />
<data android:host="callback" android:scheme="immutablerunner" />
<data android:host="logout" android:scheme="immutablerunner" />
</intent-filter>
</activity>
</application>
Expand Down
2 changes: 1 addition & 1 deletion sample/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ PlayerSettings:
iOSLaunchScreeniPadCustomStoryboardPath:
iOSDeviceRequirements: []
iOSURLSchemes:
- imxsample
- immutablerunner
macOSURLSchemes: []
iOSBackgroundModes: 0
iOSMetalForceHardShadows: 0
Expand Down
1 change: 1 addition & 0 deletions src/Packages/Passport/Samples~/SamplesScenesScripts/Scenes
7 changes: 4 additions & 3 deletions src/Packages/Passport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.immutable.passport",
"version": "1.27.1",
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.",
"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.",
"displayName": "Immutable Passport",
"author": {
"name": "Immutable",
Expand All @@ -28,8 +28,9 @@
"unity": "2021.3",
"samples": [
{
"displayName": "Immutable Unity Sample App",
"path": "Samples~/sample"
"displayName": "Sample Scenes and Scripts",
"description": "Includes sample scenes and scripts for the Immutable Unity SDK.",
"path": "Samples~/SamplesScenesScripts"
}
]
}
Loading