Skip to content

Commit

Permalink
Merge pull request #313 from immutable/feat/samples
Browse files Browse the repository at this point in the history
[DX-3362] feat: samples
  • Loading branch information
nattb8 authored Oct 22, 2024
2 parents 03e4d23 + 509a7f5 commit aba70ab
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
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"
}
]
}

0 comments on commit aba70ab

Please sign in to comment.