Skip to content

Commit 5a82305

Browse files
Update to 23945
1 parent 8e3cbe3 commit 5a82305

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
22

3+
4+
## [0.3.0] - 2020-03
5+
- Upgrading to latest Unity version 2019.3.6f1
6+
7+
## [0.2.0] - 2020-02
8+
- Upgrading to latest Unity version 2019.3.3f1
9+
310
## [0.1.0] - 2019-12
411
- First public release

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"com.unity.formats.fbx": "2.0.1-preview.11",
1010
"com.unity.ide.rider": "1.1.4",
1111
"com.unity.ide.visualstudio": "1.0.11",
12-
"com.unity.ide.vscode": "1.1.4",
12+
"com.unity.ide.vscode": "1.2.0",
1313
"com.unity.jobs": "0.2.2-preview.6",
1414
"com.unity.mathematics": "1.1.0",
1515
"com.unity.netcode": "0.0.2-preview.1",

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ PlayerSettings:
720720
allowUnsafeCode: 1
721721
additionalIl2CppArgs:
722722
scriptingRuntimeVersion: 1
723-
gcIncremental: 1
723+
gcIncremental: 0
724724
gcWBarrierValidation: 0
725725
apiCompatibilityLevelPerPlatform:
726726
PS4: 3

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.3.3f1
2-
m_EditorVersionWithRevision: 2019.3.3f1 (7ceaae5f7503)
1+
m_EditorVersion: 2019.3.6f1
2+
m_EditorVersionWithRevision: 2019.3.6f1 (5c3fb0a11183)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the Unity DOTS tech stack in a single place. Currently, the major ones are:
1818

1919
Currently the project supports these:
2020
```
21-
Unity: 2019.3.3f1
21+
Unity: 2019.3.6f1
2222
Platforms: Windows and MacOS
2323
```
2424

0 commit comments

Comments
 (0)