Skip to content

Commit

Permalink
Merge pull request #160 from hadashiA/ku/bump-unity-version
Browse files Browse the repository at this point in the history
Bump unity version for development project and ci
  • Loading branch information
hadashiA authored Mar 16, 2021
2 parents 5b858f8 + a68e28c commit b757267
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/activation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
strategy:
matrix:
unityVersion:
- 2020.2.3f1
- 2019.4.19f1
- 2019.3.15f1
- 2018.4.31f1
- 2020.3.0f1
- 2019.4.22f1
- 2018.4.32f1
steps:
- name: Request manual activation file
id: getManualLicenseFile
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,21 @@ jobs:
strategy:
matrix:
unityVersion:
- 2020.2.3f1
- 2019.4.19f1
- 2020.3.0f1
- 2019.4.22f1
- 2019.3.15f1
# externalPackage: ['None', 'UniTask', 'ECS']
externalPackage: ['None', 'UniTask']
include:
- unityVersion: 2020.2.3f1
license: UNITY_LICENSE_2020_1
- unityVersion: 2019.4.19f1
- unityVersion: 2020.3.0f1
license: UNITY_LICENSE_2020_3
- unityVersion: 2019.4.22f1
license: UNITY_LICENSE_2019_4
- unityVersion: 2019.3.15f1
license: UNITY_LICENSE_2019_3
- externalPackage: 'ECS'
unityVersion: 2020.2.3f1
license: UNITY_LICENSE_2020_1
unityVersion: 2020.3.0f1
license: UNITY_LICENSE_2020_3
# - unityVersion: 2018.4.31f1
# license: UNITY_LICENSE_2018_4
# externalPackage: 'None'
Expand Down
3 changes: 2 additions & 1 deletion VContainer/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,8 @@ PlayerSettings:
scriptingDefineSymbols: {}
additionalCompilerArguments: {}
platformArchitecture: {}
scriptingBackend: {}
scriptingBackend:
Standalone: 0
il2cppCompilerConfiguration: {}
managedStrippingLevel: {}
incrementalIl2cppBuild: {}
Expand Down
4 changes: 2 additions & 2 deletions VContainer/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.2.5f1
m_EditorVersionWithRevision: 2020.2.5f1 (e2c53f129de5)
m_EditorVersion: 2020.3.0f1
m_EditorVersionWithRevision: 2020.3.0f1 (c7b5465681fb)

1 comment on commit b757267

@vercel
Copy link

@vercel vercel bot commented on b757267 Mar 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.