Skip to content

Commit ea597b0

Browse files
committed
Update to 2020.1.0b5 for first tests
1 parent 1c98ff6 commit ea597b0

File tree

7 files changed

+68
-21
lines changed

7 files changed

+68
-21
lines changed

Logs/Packages-Update.log

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,16 @@ The following packages were updated:
3131
com.unity.ide.vscode from version 1.1.2 to 1.1.4
3232
com.unity.test-framework from version 1.1.3 to 1.1.9
3333
com.unity.xr.legacyinputhelpers from version 1.3.7 to 1.3.8
34+
35+
=== Sat Apr 18 16:50:41 2020
36+
37+
Packages were changed.
38+
Update Mode: updateDependencies
39+
40+
The following packages were added:
41+
com.unity.ide.visualstudio@2.0.0
42+
The following packages were updated:
43+
com.unity.collab-proxy from version 1.2.16 to 1.3.7
44+
com.unity.ide.rider from version 1.1.4 to 1.2.1
45+
com.unity.test-framework from version 1.1.11 to 1.1.13
46+
com.unity.textmeshpro from version 2.0.1 to 3.0.0-preview.1

Packages/manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.2.16",
4-
"com.unity.ide.rider": "1.1.4",
3+
"com.unity.collab-proxy": "1.3.7",
4+
"com.unity.ide.rider": "1.2.1",
5+
"com.unity.ide.visualstudio": "2.0.0",
56
"com.unity.ide.vscode": "1.1.4",
6-
"com.unity.test-framework": "1.1.11",
7-
"com.unity.textmeshpro": "2.0.1",
7+
"com.unity.test-framework": "1.1.13",
8+
"com.unity.textmeshpro": "3.0.0-preview.1",
89
"com.unity.ugui": "1.0.0",
910
"com.unity.modules.androidjni": "1.0.0",
1011
"com.unity.modules.animation": "1.0.0",

ProjectSettings/EditorSettings.asset

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,34 @@
33
--- !u!159 &1
44
EditorSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 7
7-
m_ExternalVersionControlSupport: Visible Meta Files
6+
serializedVersion: 11
87
m_SerializationMode: 2
98
m_LineEndingsForNewScripts: 2
109
m_DefaultBehaviorMode: 0
10+
m_PrefabRegularEnvironment: {fileID: 0}
11+
m_PrefabUIEnvironment: {fileID: 0}
1112
m_SpritePackerMode: 0
1213
m_SpritePackerPaddingPower: 1
1314
m_EtcTextureCompressorBehavior: 1
1415
m_EtcTextureFastCompressor: 1
1516
m_EtcTextureNormalCompressor: 2
1617
m_EtcTextureBestCompressor: 4
17-
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd
18+
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmref
1819
m_ProjectGenerationRootNamespace:
19-
m_UserGeneratedProjectSuffix:
20-
m_CollabEditorSettings:
21-
inProgressEnabled: 1
20+
m_EnableTextureStreamingInEditMode: 1
21+
m_EnableTextureStreamingInPlayMode: 1
22+
m_AsyncShaderCompilation: 1
23+
m_CachingShaderPreprocessor: 0
24+
m_EnterPlayModeOptionsEnabled: 1
25+
m_EnterPlayModeOptions: 3
26+
m_UseLegacyProbeSampleCount: 1
27+
m_SerializeInlineMappingsOnOneLine: 0
28+
m_DisableCookiesInLightmapper: 1
29+
m_AssetPipelineMode: 1
30+
m_CacheServerMode: 0
31+
m_CacheServerEndpoint:
32+
m_CacheServerNamespacePrefix: default
33+
m_CacheServerEnableDownload: 1
34+
m_CacheServerEnableUpload: 1
35+
m_CacheServerEnableAuth: 0
36+
m_CacheServerEnableTls: 0

ProjectSettings/ProjectSettings.asset

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ PlayerSettings:
1616
productName: WebLoadingTest
1717
defaultCursor: {fileID: 0}
1818
cursorHotspot: {x: 0, y: 0}
19-
m_SplashScreenBackgroundColor: {r: 0, g: 0, b: 0, a: 1}
19+
m_SplashScreenBackgroundColor: {r: 0.754717, g: 0.754717, b: 0.754717, a: 1}
2020
m_ShowUnitySplashScreen: 1
2121
m_ShowUnitySplashLogo: 1
2222
m_SplashScreenOverlayOpacity: 1
2323
m_SplashScreenAnimation: 1
24-
m_SplashScreenLogoStyle: 1
24+
m_SplashScreenLogoStyle: 0
2525
m_SplashScreenDrawMode: 0
2626
m_SplashScreenBackgroundAnimationZoom: 1
2727
m_SplashScreenLogoAnimationZoom: 1
@@ -49,6 +49,8 @@ PlayerSettings:
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
5151
m_MTRendering: 1
52+
mipStripping: 0
53+
numberOfMipsStripped: 0
5254
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
5355
iosShowActivityIndicatorOnLoading: -1
5456
androidShowActivityIndicatorOnLoading: -1
@@ -68,7 +70,7 @@ PlayerSettings:
6870
androidBlitType: 0
6971
defaultIsNativeResolution: 1
7072
macRetinaSupport: 1
71-
runInBackground: 1
73+
runInBackground: 0
7274
captureSingleScreen: 0
7375
muteOtherAudioSources: 0
7476
Prepare IOS For Recording: 0
@@ -103,6 +105,7 @@ PlayerSettings:
103105
xboxOneMonoLoggingLevel: 0
104106
xboxOneLoggingLevel: 1
105107
xboxOneDisableEsram: 0
108+
xboxOneEnableTypeOptimization: 0
106109
xboxOnePresentImmediateThreshold: 0
107110
switchQueueCommandMemory: 0
108111
switchQueueControlMemory: 16384
@@ -179,10 +182,10 @@ PlayerSettings:
179182
StripUnusedMeshComponents: 1
180183
VertexChannelCompressionMask: 4054
181184
iPhoneSdkVersion: 988
182-
iOSTargetOSVersionString: 10.0
185+
iOSTargetOSVersionString: 11.0
183186
tvOSSdkVersion: 0
184187
tvOSRequireExtendedGameController: 0
185-
tvOSTargetOSVersionString: 10.0
188+
tvOSTargetOSVersionString: 11.0
186189
uIPrerenderedIcon: 0
187190
uIRequiresPersistentWiFi: 0
188191
uIRequiresFullScreen: 1
@@ -455,12 +458,14 @@ PlayerSettings:
455458
cameraUsageDescription:
456459
locationUsageDescription:
457460
microphoneUsageDescription:
461+
switchNMETAOverride:
458462
switchNetLibKey:
459463
switchSocketMemoryPoolSize: 6144
460464
switchSocketAllocatorPoolSize: 128
461465
switchSocketConcurrencyLimit: 14
462466
switchScreenResolutionBehavior: 2
463467
switchUseCPUProfiler: 0
468+
switchUseGOLDLinker: 0
464469
switchApplicationID: 0x01004b9000490000
465470
switchNSODependencies:
466471
switchTitleNames_0:
@@ -636,6 +641,7 @@ PlayerSettings:
636641
ps4UseResolutionFallback: 0
637642
ps4ReprojectionSupport: 0
638643
ps4UseAudio3dBackend: 0
644+
ps4UseLowGarlicFragmentationMode: 1
639645
ps4SocialScreenEnabled: 0
640646
ps4ScriptOptimizationLevel: 0
641647
ps4Audio3dVirtualSpeakerCount: 14
@@ -658,11 +664,11 @@ PlayerSettings:
658664
monoEnv:
659665
splashScreenBackgroundSourceLandscape: {fileID: 0}
660666
splashScreenBackgroundSourcePortrait: {fileID: 0}
661-
blurSplashScreenBackground: 1
667+
blurSplashScreenBackground: 0
662668
spritePackerPolicy:
663669
webGLMemorySize: 256
664670
webGLExceptionSupport: 1
665-
webGLNameFilesAsHashes: 1
671+
webGLNameFilesAsHashes: 0
666672
webGLDataCaching: 1
667673
webGLDebugSymbols: 0
668674
webGLEmscriptenArgs:
@@ -671,14 +677,16 @@ PlayerSettings:
671677
webGLAnalyzeBuildSize: 0
672678
webGLUseEmbeddedResources: 0
673679
webGLCompressionFormat: 0
680+
webGLWasmArithmeticExceptions: 0
674681
webGLLinkerTarget: 1
675682
webGLThreadsSupport: 0
676-
webGLWasmStreaming: 1
683+
webGLDecompressionFallback: 0
677684
scriptingDefineSymbols: {}
678685
platformArchitecture: {}
679686
scriptingBackend: {}
680687
il2cppCompilerConfiguration: {}
681-
managedStrippingLevel: {}
688+
managedStrippingLevel:
689+
WebGL: 3
682690
incrementalIl2cppBuild: {}
683691
allowUnsafeCode: 0
684692
additionalIl2CppArgs:
@@ -740,6 +748,7 @@ PlayerSettings:
740748
XboxOnePersistentLocalStorageSize: 0
741749
XboxOneXTitleMemory: 8
742750
XboxOneOverrideIdentityName:
751+
XboxOneOverrideIdentityPublisher:
743752
vrEditorSettings:
744753
daydream:
745754
daydreamIconForeground: {fileID: 0}
@@ -766,3 +775,4 @@ PlayerSettings:
766775
enableNativePlatformBackendsForNewInputSystem: 0
767776
disableOldInputManagerSupport: 0
768777
legacyClampBlendShapeWeights: 0
778+
virtualTexturingSupportEnabled: 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: 2019.3.0f6
2-
m_EditorVersionWithRevision: 2019.3.0f6 (27ab2135bccf)
1+
m_EditorVersion: 2020.1.0b5
2+
m_EditorVersionWithRevision: 2020.1.0b5 (f017efceb459)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!890905787 &1
4+
VersionControlSettings:
5+
m_ObjectHideFlags: 0
6+
m_Mode: Visible Meta Files
7+
m_CollabEditorSettings:
8+
inProgressEnabled: 1

UserSettings/EditorUserSettings.asset

4.06 KB
Binary file not shown.

0 commit comments

Comments
 (0)