Upgrades project to Unity editor v.6000.2.14f1
This commit is contained in:
parent
7a000ac9e2
commit
c75d8248e5
|
|
@ -73,6 +73,8 @@ MonoBehaviour:
|
|||
- rid: 6852985685364965392
|
||||
- rid: 6852985685364965394
|
||||
- rid: 8712630790384254976
|
||||
- rid: 7623776624537763841
|
||||
- rid: 7623776624537763843
|
||||
- rid: 7623776624537763844
|
||||
- rid: 7623776624537763847
|
||||
- rid: 7623776624537763848
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ using System;
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
using UnityEngine;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"com.unity.ai.navigation": "2.0.9",
|
||||
"com.unity.ide.rider": "3.0.38",
|
||||
"com.unity.ide.visualstudio": "2.0.25",
|
||||
"com.unity.inputsystem": "1.14.2",
|
||||
"com.unity.inputsystem": "1.16.0",
|
||||
"com.unity.multiplayer.center": "1.0.0",
|
||||
"com.unity.render-pipelines.universal": "17.2.0",
|
||||
"com.unity.test-framework": "1.6.0",
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.inputsystem": {
|
||||
"version": "1.14.2",
|
||||
"version": "1.16.0",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ PlayerSettings:
|
|||
xboxEnableFitness: 0
|
||||
visibleInBackground: 1
|
||||
allowFullscreenSwitch: 1
|
||||
fullscreenMode: 1
|
||||
fullscreenMode: 3
|
||||
xboxSpeechDB: 0
|
||||
xboxEnableHeadOrientation: 0
|
||||
xboxEnableGuest: 0
|
||||
|
|
@ -539,6 +539,9 @@ PlayerSettings:
|
|||
- m_BuildTarget: Android
|
||||
m_StaticBatching: 1
|
||||
m_DynamicBatching: 0
|
||||
- m_BuildTarget: WebGL
|
||||
m_StaticBatching: 0
|
||||
m_DynamicBatching: 0
|
||||
m_BuildTargetShaderSettings: []
|
||||
m_BuildTargetGraphicsJobs: []
|
||||
m_BuildTargetGraphicsJobMode: []
|
||||
|
|
@ -583,7 +586,8 @@ PlayerSettings:
|
|||
enableCrashReportAPI: 0
|
||||
cameraUsageDescription:
|
||||
locationUsageDescription:
|
||||
microphoneUsageDescription:
|
||||
microphoneUsageDescription: Capture user's voice commands and inquiries to the
|
||||
assistant.
|
||||
bluetoothUsageDescription:
|
||||
macOSTargetOSVersion: 11.0
|
||||
switchNMETAOverride:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
m_EditorVersion: 6000.2.13f1
|
||||
m_EditorVersionWithRevision: 6000.2.13f1 (abdb44fca7f7)
|
||||
m_EditorVersion: 6000.2.14f1
|
||||
m_EditorVersionWithRevision: 6000.2.14f1 (589824c1fc31)
|
||||
|
|
|
|||
Loading…
Reference in New Issue