Added download progress indicator

This commit is contained in:
2023-12-03 19:42:12 +01:00
parent 30adab4978
commit 3b4ec2ba92
11 changed files with 676 additions and 65 deletions

View File

@@ -3,7 +3,7 @@
--- !u!129 &1
PlayerSettings:
m_ObjectHideFlags: 0
serializedVersion: 22
serializedVersion: 23
productGUID: 6b0381207982d8f4d9fbf1024de2a6af
AndroidProfiler: 0
AndroidFilterTouchesWhenObscured: 0
@@ -134,7 +134,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 2.4.2
bundleVersion: 2.4.3
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
@@ -532,6 +532,7 @@ PlayerSettings:
switchNetworkInterfaceManagerInitializeEnabled: 1
switchPlayerConnectionEnabled: 1
switchUseNewStyleFilepaths: 0
switchUseLegacyFmodPriorities: 1
switchUseMicroSleepForYield: 1
switchEnableRamDiskSupport: 0
switchMicroSleepForYieldTime: 25
@@ -724,6 +725,7 @@ PlayerSettings:
m_VersionName:
apiCompatibilityLevel: 6
activeInputHandler: 0
windowsGamepadBackendHint: 0
cloudProjectId:
framebufferDepthMemorylessMode: 0
qualitySettingsNames: []

View File

@@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.37f1
m_EditorVersionWithRevision: 2020.3.37f1 (8c66806a0c04)
m_EditorVersion: 2020.3.42f1
m_EditorVersionWithRevision: 2020.3.42f1 (7ade1201f527)