This commit is contained in:
unity-pets-bot 2020-03-26 11:45:24 +00:00
Родитель 8e3cbe309e
Коммит 5a8230597a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CDF1AF0747BAF25A
5 изменённых файлов: 12 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,11 @@
# Changelog # Changelog
## [0.3.0] - 2020-03
- Upgrading to latest Unity version 2019.3.6f1
## [0.2.0] - 2020-02
- Upgrading to latest Unity version 2019.3.3f1
## [0.1.0] - 2019-12 ## [0.1.0] - 2019-12
- First public release - First public release

Просмотреть файл

@ -9,7 +9,7 @@
"com.unity.formats.fbx": "2.0.1-preview.11", "com.unity.formats.fbx": "2.0.1-preview.11",
"com.unity.ide.rider": "1.1.4", "com.unity.ide.rider": "1.1.4",
"com.unity.ide.visualstudio": "1.0.11", "com.unity.ide.visualstudio": "1.0.11",
"com.unity.ide.vscode": "1.1.4", "com.unity.ide.vscode": "1.2.0",
"com.unity.jobs": "0.2.2-preview.6", "com.unity.jobs": "0.2.2-preview.6",
"com.unity.mathematics": "1.1.0", "com.unity.mathematics": "1.1.0",
"com.unity.netcode": "0.0.2-preview.1", "com.unity.netcode": "0.0.2-preview.1",

Просмотреть файл

@ -720,7 +720,7 @@ PlayerSettings:
allowUnsafeCode: 1 allowUnsafeCode: 1
additionalIl2CppArgs: additionalIl2CppArgs:
scriptingRuntimeVersion: 1 scriptingRuntimeVersion: 1
gcIncremental: 1 gcIncremental: 0
gcWBarrierValidation: 0 gcWBarrierValidation: 0
apiCompatibilityLevelPerPlatform: apiCompatibilityLevelPerPlatform:
PS4: 3 PS4: 3

Просмотреть файл

@ -1,2 +1,2 @@
m_EditorVersion: 2019.3.3f1 m_EditorVersion: 2019.3.6f1
m_EditorVersionWithRevision: 2019.3.3f1 (7ceaae5f7503) m_EditorVersionWithRevision: 2019.3.6f1 (5c3fb0a11183)

Просмотреть файл

@ -18,7 +18,7 @@ the Unity DOTS tech stack in a single place. Currently, the major ones are:
Currently the project supports these: Currently the project supports these:
``` ```
Unity: 2019.3.3f1 Unity: 2019.3.6f1
Platforms: Windows and MacOS Platforms: Windows and MacOS
``` ```