Skip to content

Commit a3673e6

Browse files
committed
Update to 2020.2.0b7
Runs smooth on chrome, but has performance problems on firefox
1 parent 3115aad commit a3673e6

File tree

5 files changed

+66
-11
lines changed

5 files changed

+66
-11
lines changed

Logs/Packages-Update.log

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,14 @@ The following packages were updated:
5555
com.unity.ide.visualstudio from version 2.0.0 to 2.0.2
5656
com.unity.ide.vscode from version 1.1.4 to 1.2.1
5757
com.unity.test-framework from version 1.1.13 to 1.1.14
58+
59+
=== Sun Oct 18 19:26:21 2020
60+
61+
Packages were changed.
62+
Update Mode: updateDependencies
63+
64+
The following packages were updated:
65+
com.unity.collab-proxy from version 1.3.8 to 1.3.9
66+
com.unity.ide.rider from version 1.2.1 to 2.0.7
67+
com.unity.ide.vscode from version 1.2.1 to 1.2.2
68+
com.unity.test-framework from version 1.1.14 to 1.1.16

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.3.8",
4-
"com.unity.ide.rider": "1.2.1",
3+
"com.unity.collab-proxy": "1.3.9",
4+
"com.unity.ide.rider": "2.0.7",
55
"com.unity.ide.visualstudio": "2.0.2",
6-
"com.unity.ide.vscode": "1.2.1",
7-
"com.unity.test-framework": "1.1.14",
6+
"com.unity.ide.vscode": "1.2.2",
7+
"com.unity.test-framework": "1.1.16",
88
"com.unity.textmeshpro": "3.0.1",
99
"com.unity.ugui": "1.0.0",
1010
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": {
4-
"version": "1.3.8",
4+
"version": "1.3.9",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {},
@@ -15,7 +15,7 @@
1515
"url": "https://packages.unity.com"
1616
},
1717
"com.unity.ide.rider": {
18-
"version": "1.2.1",
18+
"version": "2.0.7",
1919
"depth": 0,
2020
"source": "registry",
2121
"dependencies": {
@@ -31,14 +31,14 @@
3131
"url": "https://packages.unity.com"
3232
},
3333
"com.unity.ide.vscode": {
34-
"version": "1.2.1",
34+
"version": "1.2.2",
3535
"depth": 0,
3636
"source": "registry",
3737
"dependencies": {},
3838
"url": "https://packages.unity.com"
3939
},
4040
"com.unity.test-framework": {
41-
"version": "1.1.14",
41+
"version": "1.1.16",
4242
"depth": 0,
4343
"source": "registry",
4444
"dependencies": {
@@ -62,7 +62,8 @@
6262
"depth": 0,
6363
"source": "builtin",
6464
"dependencies": {
65-
"com.unity.modules.ui": "1.0.0"
65+
"com.unity.modules.ui": "1.0.0",
66+
"com.unity.modules.imgui": "1.0.0"
6667
}
6768
},
6869
"com.unity.modules.androidjni": {
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 61
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
m_EnablePreviewPackages: 0
16+
m_EnablePackageDependencies: 0
17+
m_AdvancedSettingsExpanded: 1
18+
m_ScopedRegistriesSettingsExpanded: 1
19+
oneTimeWarningShown: 0
20+
m_Registries:
21+
- m_Id: main
22+
m_Name:
23+
m_Url: https://packages.unity.com
24+
m_Scopes: []
25+
m_IsDefault: 1
26+
m_Capabilities: 7
27+
m_UserSelectedRegistryName:
28+
m_UserAddingNewScopedRegistry: 0
29+
m_RegistryInfoDraft:
30+
m_ErrorMessage:
31+
m_Original:
32+
m_Id:
33+
m_Name:
34+
m_Url:
35+
m_Scopes: []
36+
m_IsDefault: 0
37+
m_Capabilities: 0
38+
m_Modified: 0
39+
m_Name:
40+
m_Url:
41+
m_Scopes:
42+
-
43+
m_SelectedScopeIndex: 0

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.1.0f1
2-
m_EditorVersionWithRevision: 2020.1.0f1 (2ab9c4179772)
1+
m_EditorVersion: 2020.2.0b7
2+
m_EditorVersionWithRevision: 2020.2.0b7 (1b1252580c64)

0 commit comments

Comments
 (0)