Skip to content

Commit 753324b

Browse files
Upgrade project to Unity 2019.3.0
1 parent f6c4ab2 commit 753324b

File tree

3 files changed

+35
-6
lines changed

3 files changed

+35
-6
lines changed

UnityProject/Packages/manifest.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"dependencies": {
3+
"com.unity.2d.sprite": "1.0.0",
4+
"com.unity.2d.tilemap": "1.0.0",
35
"com.unity.collab-proxy": "1.2.16",
4-
"com.unity.package-manager-ui": "2.1.2",
6+
"com.unity.ide.rider": "1.1.0",
7+
"com.unity.ide.vscode": "1.1.3",
8+
"com.unity.test-framework": "1.1.3",
9+
"com.unity.ugui": "1.0.0",
510
"com.unity.modules.ai": "1.0.0",
11+
"com.unity.modules.androidjni": "1.0.0",
612
"com.unity.modules.animation": "1.0.0",
713
"com.unity.modules.assetbundle": "1.0.0",
814
"com.unity.modules.audio": "1.0.0",

UnityProject/ProjectSettings/EditorSettings.asset

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,33 @@
33
--- !u!159 &1
44
EditorSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 3
6+
serializedVersion: 9
77
m_ExternalVersionControlSupport: Visible Meta Files
88
m_SerializationMode: 2
9-
m_WebSecurityEmulationEnabled: 0
10-
m_WebSecurityEmulationHostUrl: http://www.mydomain.com/mygame.unity3d
9+
m_LineEndingsForNewScripts: 1
1110
m_DefaultBehaviorMode: 0
11+
m_PrefabRegularEnvironment: {fileID: 0}
12+
m_PrefabUIEnvironment: {fileID: 0}
1213
m_SpritePackerMode: 0
14+
m_SpritePackerPaddingPower: 1
15+
m_EtcTextureCompressorBehavior: 0
16+
m_EtcTextureFastCompressor: 2
17+
m_EtcTextureNormalCompressor: 2
18+
m_EtcTextureBestCompressor: 5
19+
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;asmref;rsp;asmref
20+
m_ProjectGenerationRootNamespace:
21+
m_CollabEditorSettings:
22+
inProgressEnabled: 1
23+
m_EnableTextureStreamingInEditMode: 1
24+
m_EnableTextureStreamingInPlayMode: 1
25+
m_AsyncShaderCompilation: 1
26+
m_EnterPlayModeOptionsEnabled: 0
27+
m_EnterPlayModeOptions: 3
28+
m_ShowLightmapResolutionOverlay: 1
29+
m_UseLegacyProbeSampleCount: 1
30+
m_AssetPipelineMode: 1
31+
m_CacheServerMode: 0
32+
m_CacheServerEndpoint:
33+
m_CacheServerNamespacePrefix: default
34+
m_CacheServerEnableDownload: 1
35+
m_CacheServerEnableUpload: 1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.1.0f2
2-
m_EditorVersionWithRevision: 2019.1.0f2 (292b93d75a2c)
1+
m_EditorVersion: 2019.3.0f1
2+
m_EditorVersionWithRevision: 2019.3.0f1 (ffacea4b84e7)

0 commit comments

Comments
 (0)