Skip to content

Commit

Permalink
chore: move sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 20, 2024
1 parent 48b326a commit 7f736c8
Show file tree
Hide file tree
Showing 121 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
with:
unityVersion: 2021.3.26f1
projectPath: './src/Packages/Passport/Samples~/sample'
projectPath: './sample'
githubToken: ${{ secrets.GITHUB_TOKEN }}
testMode: 'EditMode'
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
with:
unityVersion: 2021.3.26f1
targetPlatform: ${{ matrix.targetPlatform }}
projectPath: './src/Packages/Passport/Samples~/sample'
projectPath: './sample'
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
if: matrix.targetPlatform == 'WebGL'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ crashlytics-build.properties
sample-passport-unity-game/
src/Packages/Passport/Samples~/sample/iosBuild
!src/Packages/Passport/Samples~/sample/webgl/Build/
sample/iosBuild
sample/webgl/Build/

# Android
src/Packages/Passport/Runtime/Assets/ImmutableAndroid.androidlib/**/*.meta
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"com.alttester.sdk": "2.1.1",
"com.cysharp.unitask": "2.3.3",
"com.immutable.passport": "file:../../../",
"com.immutable.passport": "file:../../src/Packages/Passport",
"com.unity.ai.navigation": "1.1.4",
"com.unity.ide.visualstudio": "2.0.21",
"com.unity.ide.vscode": "1.2.5",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

0 comments on commit 7f736c8

Please sign in to comment.