Removing some unintentional changes from the PR

This commit is contained in:
antone.franich 2020-03-30 13:50:13 -07:00
Родитель eac4de6f19
Коммит a053ce99fc
5 изменённых файлов: 11 добавлений и 24 удалений

Просмотреть файл

@ -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)