Removing some unintentional changes from the PR
This commit is contained in:
Родитель
eac4de6f19
Коммит
a053ce99fc
Двоичный файл не отображается.
|
@ -12,18 +12,17 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: 78f911024ffd6bc4ea77b70450e92f89, type: 3}
|
||||
m_Name: settings
|
||||
m_EditorClassIdentifier:
|
||||
EnabledXrTarget: WindowsMR
|
||||
PlayerGraphicsApi: Direct3D11
|
||||
StereoRenderingMode: SinglePassInstanced
|
||||
EnabledXrTarget: Oculus
|
||||
PlayerGraphicsApi: OpenGLES3
|
||||
StereoRenderingMode: SinglePass
|
||||
StereoRenderingModeDesktop:
|
||||
StereoRenderingModeAndroid:
|
||||
MtRendering: 1
|
||||
GraphicsJobs: 0
|
||||
SimulationMode: HoloLens
|
||||
SimulationMode:
|
||||
ColorSpace: Gamma
|
||||
PluginVersion:
|
||||
XrsdkRevision:
|
||||
XrManagementRevision:
|
||||
DeviceRuntimeVersion:
|
||||
Username: antone.franich
|
||||
RenderPipeline: renderpipeline|BuiltInRenderer
|
||||
Username: seans
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"com.unity.test-framework": "1.1.11",
|
||||
"com.unity.xr.legacyinputhelpers": "2.0.8",
|
||||
"com.unity.xr.tests.runtimesettings": "https://github.com/Unity-Technologies/com.unity.xr.test.runtimesettings.git#trunk",
|
||||
"com.unity.xr.windowsmr.metro": "4.2.1",
|
||||
"com.unity.modules.ai": "1.0.0",
|
||||
"com.unity.modules.androidjni": "1.0.0",
|
||||
"com.unity.modules.animation": "1.0.0",
|
||||
|
@ -40,15 +39,5 @@
|
|||
"com.unity.modules.wind": "1.0.0",
|
||||
"com.unity.modules.xr": "1.0.0"
|
||||
},
|
||||
"disableProjectUpdate": true,
|
||||
"lock": {
|
||||
"com.unity.cli-config-manager": {
|
||||
"revision": "trunk",
|
||||
"hash": "2aee684b735a136a9a6e5f99d80e207f935582b6"
|
||||
},
|
||||
"com.unity.xr.tests.runtimesettings": {
|
||||
"revision": "trunk",
|
||||
"hash": "83768fa0718b3897f79c35e67ceec9f8f88bd975"
|
||||
}
|
||||
}
|
||||
"disableProjectUpdate": true
|
||||
}
|
||||
|
|
|
@ -153,7 +153,7 @@ PlayerSettings:
|
|||
protectedContext: 0
|
||||
v2Signing: 1
|
||||
enable360StereoCapture: 0
|
||||
isWsaHolographicRemotingEnabled: 1
|
||||
isWsaHolographicRemotingEnabled: 0
|
||||
enableFrameTimingStats: 0
|
||||
useHDRDisplay: 0
|
||||
D3DHDRBitDepth: 0
|
||||
|
@ -419,9 +419,8 @@ PlayerSettings:
|
|||
m_Enabled: 0
|
||||
m_Devices: []
|
||||
- m_BuildTarget: Windows Store Apps
|
||||
m_Enabled: 1
|
||||
m_Devices:
|
||||
- WindowsMR
|
||||
m_Enabled: 0
|
||||
m_Devices: []
|
||||
- m_BuildTarget: iPhone
|
||||
m_Enabled: 0
|
||||
m_Devices: []
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
m_EditorVersion: 2019.3.8f1
|
||||
m_EditorVersionWithRevision: 2019.3.8f1 (dc786b1a6d14)
|
||||
m_EditorVersion: 2019.3.0a1
|
||||
m_EditorVersionWithRevision: 2019.3.0a1 (d0267b43e228)
|
||||
|
|
Загрузка…
Ссылка в новой задаче