diff --git a/.github/workflows/activation.yaml b/.github/workflows/activation.yaml index 8386681b..a7ba802d 100644 --- a/.github/workflows/activation.yaml +++ b/.github/workflows/activation.yaml @@ -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 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 93a69981..807b45af 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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' diff --git a/VContainer/ProjectSettings/ProjectSettings.asset b/VContainer/ProjectSettings/ProjectSettings.asset index 9f134719..46986fad 100644 --- a/VContainer/ProjectSettings/ProjectSettings.asset +++ b/VContainer/ProjectSettings/ProjectSettings.asset @@ -578,7 +578,8 @@ PlayerSettings: scriptingDefineSymbols: {} additionalCompilerArguments: {} platformArchitecture: {} - scriptingBackend: {} + scriptingBackend: + Standalone: 0 il2cppCompilerConfiguration: {} managedStrippingLevel: {} incrementalIl2cppBuild: {} diff --git a/VContainer/ProjectSettings/ProjectVersion.txt b/VContainer/ProjectSettings/ProjectVersion.txt index 6943671b..4db0bd06 100644 --- a/VContainer/ProjectSettings/ProjectVersion.txt +++ b/VContainer/ProjectSettings/ProjectVersion.txt @@ -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)