Skip to content

Commit 8f1976f

Browse files
authored
Merge pull request #303 from immutable/refactor/sample-app
[DX-3326] refactor: move sample app into passport package
2 parents e8bc73f + 76deb5b commit 8f1976f

File tree

162 files changed

+26
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+26
-37
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
2323
with:
2424
unityVersion: 2021.3.26f1
25-
projectPath: './sample'
25+
projectPath: './src/Packages/Passport/Samples~/sample'
2626
githubToken: ${{ secrets.GITHUB_TOKEN }}
2727
testMode: 'EditMode'
2828
- uses: actions/upload-artifact@v4

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ crashlytics-build.properties
8080
._.DS_Store
8181

8282
sample-passport-unity-game/
83-
sample/iosBuild
84-
!/sample/webgl/Build/
83+
src/Packages/Passport/Samples~/sample/iosBuild
84+
!src/Packages/Passport/Samples~/sample/webgl/Build/
8585

8686
# Android
8787
src/Packages/Passport/Runtime/Assets/ImmutableAndroid.androidlib/**/*.meta

analyzers/microsoft.unity.analyzers.1.17.0/analyzers/dotnet/cs/Microsoft.Unity.Analyzers.dll

Lines changed: 0 additions & 3 deletions
This file was deleted.

sample/mono_crash.mem.44209.1.blob

-9.54 MB
Binary file not shown.

sample/omnisharp.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)