Skip to content

Commit 3f8b027

Browse files
committed
fix: testing project generation.
1 parent 1025cb0 commit 3f8b027

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.github/workflows/generate-unity-project-files.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ jobs:
2727
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
2828
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
2929
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
30-
30+
with:
31+
buildMethod: Packages.Rider.Editor.RiderScriptEditor.SyncSolution
32+
3133
- name: List Generated Files (Debugging)
3234
run: ls -la
3335

34-
35-
- name: Generate Solution Files
36-
run: |
37-
unity-editor -batchmode -quit -nographics -logFile -executeMethod UnityEditor.SyncVS.SyncSolution
38-
3936
- name: Upload Solution Files
4037
uses: actions/upload-artifact@v4
4138
with:

Assets/StreamingAssets/EOS/eos_android_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"repeatButtonDelayForOverlay": 0.0,
3434
"toggleFriendsButtonCombination": "None",
3535
"schemaVersion": "1.0"
36-
}
36+
}

Assets/StreamingAssets/EOS/eos_ios_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
"repeatButtonDelayForOverlay": 0.0,
3232
"toggleFriendsButtonCombination": "None",
3333
"schemaVersion": "1.0"
34-
}
34+
}

Assets/StreamingAssets/EOS/eos_linux_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
"repeatButtonDelayForOverlay": 0.0,
3232
"toggleFriendsButtonCombination": "None",
3333
"schemaVersion": "1.0"
34-
}
34+
}

0 commit comments

Comments
 (0)