update unity version
This commit is contained in:
parent
ba9f4eda80
commit
e19a7b23d6
Binary file not shown.
|
@ -10,7 +10,7 @@ AnimatorOverrideController:
|
|||
m_Controller: {fileID: 9100000, guid: 417e12773f766964499e00640e042375, type: 2}
|
||||
m_Clips:
|
||||
- m_OriginalClip: {fileID: 7400000, guid: 68182865c01bbae4fb3027ea32634e3f, type: 2}
|
||||
m_OverrideClip: {fileID: 1067848273245717668, guid: b9a5392832c4af844802532e9bf64d62,
|
||||
m_OverrideClip: {fileID: -1826954603418450206, guid: 9e139a96b9a927048818cfc48b4f8797,
|
||||
type: 3}
|
||||
- m_OriginalClip: {fileID: 7400000, guid: d0620b5ee177bad468ceeac53272b40b, type: 2}
|
||||
m_OverrideClip: {fileID: 4968278086000029035, guid: 76848faac82b5bf48b41ab55c9bb5579,
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BITKit.UX
|
||||
{
|
||||
|
|
|
@ -48,6 +48,7 @@ PlayerSettings:
|
|||
defaultScreenHeightWeb: 600
|
||||
m_StereoRenderingPath: 0
|
||||
m_ActiveColorSpace: 1
|
||||
unsupportedMSAAFallback: 0
|
||||
m_SpriteBatchVertexThreshold: 300
|
||||
m_MTRendering: 1
|
||||
mipStripping: 0
|
||||
|
@ -86,6 +87,7 @@ PlayerSettings:
|
|||
hideHomeButton: 0
|
||||
submitAnalytics: 1
|
||||
usePlayerLog: 1
|
||||
dedicatedServerOptimizations: 0
|
||||
bakeCollisionMeshes: 0
|
||||
forceSingleInstance: 0
|
||||
useFlipModelSwapchain: 1
|
||||
|
@ -125,6 +127,7 @@ PlayerSettings:
|
|||
switchNVNMaxPublicTextureIDCount: 0
|
||||
switchNVNMaxPublicSamplerIDCount: 0
|
||||
switchNVNGraphicsFirmwareMemory: 32
|
||||
switchMaxWorkerMultiple: 8
|
||||
stadiaPresentMode: 0
|
||||
stadiaTargetFramerate: 0
|
||||
vulkanNumSwapchainBuffers: 3
|
||||
|
@ -145,6 +148,7 @@ PlayerSettings:
|
|||
isWsaHolographicRemotingEnabled: 0
|
||||
enableFrameTimingStats: 0
|
||||
enableOpenGLProfilerGPURecorders: 1
|
||||
allowHDRDisplaySupport: 0
|
||||
useHDRDisplay: 0
|
||||
hdrBitDepth: 0
|
||||
m_ColorGamuts: 00000000
|
||||
|
@ -567,7 +571,7 @@ PlayerSettings:
|
|||
switchSocketConcurrencyLimit: 14
|
||||
switchScreenResolutionBehavior: 2
|
||||
switchUseCPUProfiler: 0
|
||||
switchUseGOLDLinker: 0
|
||||
switchEnableFileSystemTrace: 0
|
||||
switchLTOSetting: 0
|
||||
switchApplicationID: 0x01004b9000490000
|
||||
switchNSODependencies:
|
||||
|
@ -697,7 +701,6 @@ PlayerSettings:
|
|||
switchSocketBufferEfficiency: 4
|
||||
switchSocketInitializeEnabled: 1
|
||||
switchNetworkInterfaceManagerInitializeEnabled: 1
|
||||
switchPlayerConnectionEnabled: 1
|
||||
switchUseNewStyleFilepaths: 0
|
||||
switchUseLegacyFmodPriorities: 1
|
||||
switchUseMicroSleepForYield: 1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
m_EditorVersion: 2022.3.6f1
|
||||
m_EditorVersionWithRevision: 2022.3.6f1 (b9e6e7e9fa2d)
|
||||
m_EditorVersion: 2022.3.14f1
|
||||
m_EditorVersionWithRevision: 2022.3.14f1 (eff2de9070d8)
|
||||
|
|
Loading…
Reference in New Issue