Skip to content

Commit

Permalink
feat: samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 22, 2024
1 parent 03e4d23 commit 904bc0f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 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
16 changes: 8 additions & 8 deletions sample/ProjectSettings/EditorBuildSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ EditorBuildSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Scenes:
- enabled: 1
- enabled: 0
path: Assets/Scenes/SelectAuthMethod.unity
guid: bb0668e0c95b745ce8e2f127d5940ede
- enabled: 1
- enabled: 0
path: Assets/Scenes/UnauthenticatedScene.unity
guid: 2cda990e2423bbf4892e6590ba056729
- enabled: 1
- enabled: 0
path: Assets/Scenes/AuthenticatedScene.unity
guid: 48b17d6cb0b0f409a9edf831addcbc0a
- enabled: 1
- enabled: 0
path: Assets/Scenes/ZkEvmSendTransaction.unity
guid: a7c5223614c2d4ff7ac5b06a02ef956c
- enabled: 1
- enabled: 0
path: Assets/Scenes/ZkEvmGetBalance.unity
guid: 996b0bbb9b6464417b845459e3e8d764
- enabled: 1
- enabled: 0
path: Assets/Scenes/ZkEvmGetTransactionReceipt.unity
guid: ee999224a19ee442d998a452e74dab8c
- enabled: 1
- enabled: 0
path: Assets/Scenes/ImxNftTransfer.unity
guid: 2f14d9e7f1e6941d3bc021f86377a3c9
- enabled: 1
- enabled: 0
path: Assets/Scenes/ZkEvmSignTypedData.unity
guid: 7947e157cd8d541138343d5eba099466
m_configObjects: {}
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 904bc0f

Please sign in to comment.