diff --git a/sample/Assets/Plugins/Android/AndroidManifest.xml b/sample/Assets/Plugins/Android/AndroidManifest.xml
index 63b9c001..640fc73f 100644
--- a/sample/Assets/Plugins/Android/AndroidManifest.xml
+++ b/sample/Assets/Plugins/Android/AndroidManifest.xml
@@ -19,7 +19,8 @@
-
+
+
diff --git a/sample/ProjectSettings/ProjectSettings.asset b/sample/ProjectSettings/ProjectSettings.asset
index eb5c244f..ca6926fe 100644
--- a/sample/ProjectSettings/ProjectSettings.asset
+++ b/sample/ProjectSettings/ProjectSettings.asset
@@ -219,7 +219,7 @@ PlayerSettings:
iOSLaunchScreeniPadCustomStoryboardPath:
iOSDeviceRequirements: []
iOSURLSchemes:
- - imxsample
+ - immutablerunner
macOSURLSchemes: []
iOSBackgroundModes: 0
iOSMetalForceHardShadows: 0
diff --git a/src/Packages/Passport/Samples~/SamplesScenesScripts/Scenes b/src/Packages/Passport/Samples~/SamplesScenesScripts/Scenes
new file mode 120000
index 00000000..bc8e9db0
--- /dev/null
+++ b/src/Packages/Passport/Samples~/SamplesScenesScripts/Scenes
@@ -0,0 +1 @@
+../../../../../sample/Assets/Scenes
\ No newline at end of file
diff --git a/src/Packages/Passport/Samples~/SamplesScenesScripts/Scripts b/src/Packages/Passport/Samples~/SamplesScenesScripts/Scripts
new file mode 120000
index 00000000..5a2bfcab
--- /dev/null
+++ b/src/Packages/Passport/Samples~/SamplesScenesScripts/Scripts
@@ -0,0 +1 @@
+../../../../../sample/Assets/Scripts
\ No newline at end of file
diff --git a/src/Packages/Passport/package.json b/src/Packages/Passport/package.json
index cb27d43d..6d00858f 100644
--- a/src/Packages/Passport/package.json
+++ b/src/Packages/Passport/package.json
@@ -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",
@@ -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"
}
]
}