Skip to content

Commit 00fae5e

Browse files
authored
fix: add missing conversations (#13)
1 parent e26dd9e commit 00fae5e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
unityVersion: 2021.3.25f1
5151
targetPlatform: ${{ matrix.targetPlatform }}
5252
versioning: Tag
53+
- uses: actions/upload-artifact@v3
54+
with:
55+
name: Build
56+
path: build/${{ matrix.targetPlatform }}

ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ PlayerSettings:
135135
16:9: 1
136136
Others: 1
137137
bundleVersion: 0.1.0
138-
preloadedAssets: []
138+
preloadedAssets:
139+
- {fileID: 11400000, guid: 732c0d693db15cd4db73a5ee7bf3489a, type: 2}
139140
metroInputSource: 0
140141
wsaTransparentSwapchain: 0
141142
m_HolographicPauseOnTrackingLoss: 1

0 commit comments

Comments
 (0)