File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 rm -rf Assets/Plugins/StreamChat/SampleProject
3434 rm -rf Assets/Plugins/StreamChat/Samples
3535
36+ # The repo intentionally does not track Packages/manifest.json so the
37+ # legacy Unity 2020/2021 build job can fall back to its image's default
38+ # manifest. The IL2CPP runtime test job runs on Unity 6000.0 and must
39+ # pin its own packages (notably com.unity.test-framework for NUnit).
40+ - name : Install runtime-tests Packages/manifest.json
41+ run : |
42+ mkdir -p Packages
43+ cp .github/workflows/manifests/runtime-tests.manifest.json Packages/manifest.json
44+ rm -f Packages/packages-lock.json
45+
3646 - name : Prepare project for IL2CPP runtime tests
3747 uses : game-ci/unity-builder@v4
3848 env :
Original file line number Diff line number Diff line change 1+ {
2+ "dependencies" : {
3+ "com.unity.test-framework" : " 1.6.0" ,
4+ "com.unity.modules.unitywebrequest" : " 1.0.0" ,
5+ "com.unity.modules.jsonserialize" : " 1.0.0" ,
6+ "com.unity.modules.imgui" : " 1.0.0" ,
7+ "com.unity.modules.imageconversion" : " 1.0.0" ,
8+ "com.unity.modules.unitywebrequestassetbundle" : " 1.0.0" ,
9+ "com.unity.modules.unitywebrequestaudio" : " 1.0.0" ,
10+ "com.unity.modules.unitywebrequesttexture" : " 1.0.0" ,
11+ "com.unity.modules.unitywebrequestwww" : " 1.0.0" ,
12+ "com.unity.modules.assetbundle" : " 1.0.0" ,
13+ "com.unity.modules.audio" : " 1.0.0" ,
14+ "com.unity.modules.animation" : " 1.0.0"
15+ }
16+ }
Original file line number Diff line number Diff line change @@ -84,9 +84,7 @@ crashlytics-build.properties
8484[Bb ]in /
8585[Oo ]bj /
8686_UpgradeReport_Files /
87- [Pp ]ackages /*
88- ! /[Pp ]ackages /manifest.json
89- ! /[Pp ]ackages /packages-lock.json
87+ [Pp ]ackages /
9088
9189Thumbs.db
9290Desktop.ini
You can’t perform that action at this time.
0 commit comments