Skip to content

Commit c30dd14

Browse files
committed
Update project settings and files to Unity version 2019.4.40f1; add XRSettings configuration
1 parent e324a37 commit c30dd14

File tree

8 files changed

+89
-56
lines changed

8 files changed

+89
-56
lines changed

Installer/Assets/com.IvanMurzak/Gyroscope Parallax Installer/Installer.Manifest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
│ See the LICENSE file in the project root for more information. │
88
└───────────────────────────────────────────────────────────────────────────────┘
99
*/
10-
#nullable enable
10+
1111
using System.IO;
1212
using System.Linq;
1313
using com.IvanMurzak.Unity.Gyroscope.Parallax.Installer.SimpleJSON;
@@ -69,7 +69,7 @@ public static void AddScopedRegistryIfNeeded(string manifestPath, int indent = 2
6969
}
7070

7171
// --- Add OpenUPM registry if needed
72-
var openUpmRegistry = scopedRegistries!.Linq
72+
var openUpmRegistry = scopedRegistries.Linq
7373
.Select(kvp => kvp.Value)
7474
.Where(r => r.Linq
7575
.Any(p => p.Key == Name && p.Value == RegistryName))
@@ -95,7 +95,7 @@ public static void AddScopedRegistryIfNeeded(string manifestPath, int indent = 2
9595
}
9696
foreach (var packageId in PackageIds)
9797
{
98-
var existingScope = scopes!.Linq
98+
var existingScope = scopes.Linq
9999
.Select(kvp => kvp.Value)
100100
.Where(value => value == packageId)
101101
.FirstOrDefault();

Installer/Assets/com.IvanMurzak/Gyroscope Parallax Installer/Installer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
│ See the LICENSE file in the project root for more information. │
88
└───────────────────────────────────────────────────────────────────────────────┘
99
*/
10-
#nullable enable
1110
using UnityEditor;
1211

1312
namespace com.IvanMurzak.Unity.Gyroscope.Parallax.Installer
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.3.36f1
2-
m_EditorVersionWithRevision: 2020.3.36f1 (71f96b79b9f0)
1+
m_EditorVersion: 2019.4.40f1
2+
m_EditorVersionWithRevision: 2019.4.40f1 (ffc62b691db5)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"m_SettingKeys": [
3+
"VR Device Disabled",
4+
"VR Device User Alert"
5+
],
6+
"m_SettingValues": [
7+
"False",
8+
"False"
9+
]
10+
}

Unity-Package/Packages/packages-lock.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -167,18 +167,6 @@
167167
"depth": 0,
168168
"source": "builtin",
169169
"dependencies": {
170-
"com.unity.modules.ui": "1.0.0",
171-
"com.unity.modules.imgui": "1.0.0",
172-
"com.unity.modules.jsonserialize": "1.0.0",
173-
"com.unity.modules.uielementsnative": "1.0.0"
174-
}
175-
},
176-
"com.unity.modules.uielementsnative": {
177-
"version": "1.0.0",
178-
"depth": 1,
179-
"source": "builtin",
180-
"dependencies": {
181-
"com.unity.modules.ui": "1.0.0",
182170
"com.unity.modules.imgui": "1.0.0",
183171
"com.unity.modules.jsonserialize": "1.0.0"
184172
}

Unity-Package/ProjectSettings/ProjectSettings.asset

Lines changed: 62 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!129 &1
44
PlayerSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 22
6+
serializedVersion: 20
77
productGUID: e52dd50c2c542e2469809b6724127462
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -49,8 +49,6 @@ PlayerSettings:
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
5151
m_MTRendering: 1
52-
mipStripping: 0
53-
numberOfMipsStripped: 0
5452
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
5553
iosShowActivityIndicatorOnLoading: -1
5654
androidShowActivityIndicatorOnLoading: -1
@@ -125,9 +123,7 @@ PlayerSettings:
125123
stadiaTargetFramerate: 0
126124
vulkanNumSwapchainBuffers: 3
127125
vulkanEnableSetSRGBWrite: 0
128-
vulkanEnablePreTransform: 0
129126
vulkanEnableLateAcquireNextImage: 0
130-
vulkanEnableCommandBufferRecycling: 1
131127
m_SupportedAspectRatios:
132128
4:3: 1
133129
5:4: 1
@@ -142,6 +138,31 @@ PlayerSettings:
142138
xboxOneDisableKinectGpuReservation: 1
143139
xboxOneEnable7thCore: 1
144140
vrSettings:
141+
cardboard:
142+
depthFormat: 0
143+
enableTransitionView: 0
144+
daydream:
145+
depthFormat: 0
146+
useSustainedPerformanceMode: 0
147+
enableVideoLayer: 0
148+
useProtectedVideoMemory: 0
149+
minimumSupportedHeadTracking: 0
150+
maximumSupportedHeadTracking: 1
151+
hololens:
152+
depthFormat: 1
153+
depthBufferSharingEnabled: 1
154+
lumin:
155+
depthFormat: 0
156+
frameTiming: 2
157+
enableGLCache: 0
158+
glCacheMaxBlobSize: 524288
159+
glCacheMaxFileSize: 8388608
160+
oculus:
161+
sharedDepthBuffer: 1
162+
dashSupport: 1
163+
lowOverheadMode: 0
164+
protectedContext: 0
165+
v2Signing: 1
145166
enable360StereoCapture: 0
146167
isWsaHolographicRemotingEnabled: 0
147168
enableFrameTimingStats: 0
@@ -150,7 +171,6 @@ PlayerSettings:
150171
m_ColorGamuts: 00000000
151172
targetPixelDensity: 30
152173
resolutionScalingMode: 0
153-
resetResolutionOnWindowResize: 0
154174
androidSupportedAspectRatio: 1
155175
androidMaxAspectRatio: 2.1
156176
applicationIdentifier:
@@ -159,7 +179,6 @@ PlayerSettings:
159179
Standalone: 0
160180
iPhone: 0
161181
tvOS: 0
162-
overrideDefaultApplicationIdentifier: 0
163182
AndroidBundleVersionCode: 1
164183
AndroidMinSdkVersion: 21
165184
AndroidTargetSdkVersion: 33
@@ -213,8 +232,8 @@ PlayerSettings:
213232
iOSLaunchScreeniPadFillPct: 100
214233
iOSLaunchScreeniPadSize: 100
215234
iOSLaunchScreeniPadCustomXibPath:
235+
iOSUseLaunchScreenStoryboard: 0
216236
iOSLaunchScreenCustomStoryboardPath:
217-
iOSLaunchScreeniPadCustomStoryboardPath:
218237
iOSDeviceRequirements: []
219238
iOSURLSchemes: []
220239
iOSBackgroundModes: 0
@@ -232,17 +251,9 @@ PlayerSettings:
232251
iOSRequireARKit: 0
233252
iOSAutomaticallyDetectAndAddCapabilities: 1
234253
appleEnableProMotion: 0
235-
shaderPrecisionModel: 0
236254
clonedFromGUID: 00000000000000000000000000000000
237255
templatePackageId:
238256
templateDefaultScene:
239-
useCustomMainManifest: 0
240-
useCustomLauncherManifest: 0
241-
useCustomMainGradleTemplate: 0
242-
useCustomLauncherGradleManifest: 0
243-
useCustomBaseGradleTemplate: 0
244-
useCustomGradlePropertiesTemplate: 0
245-
useCustomProguardFile: 0
246257
AndroidTargetArchitectures: 3
247258
AndroidTargetDevices: 0
248259
AndroidSplashScreenScale: 0
@@ -262,9 +273,6 @@ PlayerSettings:
262273
banner: {fileID: 0}
263274
androidGamepadSupportLevel: 0
264275
chromeosInputEmulation: 1
265-
AndroidMinifyWithR8: 0
266-
AndroidMinifyRelease: 0
267-
AndroidMinifyDebug: 0
268276
AndroidValidateAppBundleSize: 1
269277
AndroidAppBundleSizeToValidate: 150
270278
m_BuildTargetIcons:
@@ -383,7 +391,6 @@ PlayerSettings:
383391
tvOS: 1
384392
m_BuildTargetGroupLightmapEncodingQuality: []
385393
m_BuildTargetGroupLightmapSettings: []
386-
m_BuildTargetNormalMapEncoding: []
387394
playModeTestRunnerEnabled: 0
388395
runPlayModeTestAsEditModeTest: 0
389396
actionOnDotNetUnhandledException: 1
@@ -393,15 +400,12 @@ PlayerSettings:
393400
cameraUsageDescription:
394401
locationUsageDescription:
395402
microphoneUsageDescription:
396-
bluetoothUsageDescription:
397-
switchNMETAOverride:
398403
switchNetLibKey:
399404
switchSocketMemoryPoolSize: 6144
400405
switchSocketAllocatorPoolSize: 128
401406
switchSocketConcurrencyLimit: 14
402407
switchScreenResolutionBehavior: 2
403408
switchUseCPUProfiler: 0
404-
switchUseGOLDLinker: 0
405409
switchApplicationID: 0x01004b9000490000
406410
switchNSODependencies:
407411
switchTitleNames_0:
@@ -530,7 +534,6 @@ PlayerSettings:
530534
switchSocketInitializeEnabled: 1
531535
switchNetworkInterfaceManagerInitializeEnabled: 1
532536
switchPlayerConnectionEnabled: 1
533-
switchUseNewStyleFilepaths: 0
534537
switchUseMicroSleepForYield: 1
535538
switchEnableRamDiskSupport: 0
536539
switchMicroSleepForYieldTime: 25
@@ -610,6 +613,32 @@ PlayerSettings:
610613
ps4attribEyeToEyeDistanceSettingVR: 0
611614
ps4IncludedModules: []
612615
ps4attribVROutputEnabled: 0
616+
ps5ParamFilePath:
617+
ps5VideoOutPixelFormat: 0
618+
ps5VideoOutInitialWidth: 1920
619+
ps5VideoOutOutputMode: 1
620+
ps5BackgroundImagePath:
621+
ps5StartupImagePath:
622+
ps5Pic2Path:
623+
ps5StartupImagesFolder:
624+
ps5IconImagesFolder:
625+
ps5SaveDataImagePath:
626+
ps5SdkOverride:
627+
ps5BGMPath:
628+
ps5ShareOverlayImagePath:
629+
ps5NPConfigZipPath:
630+
ps5Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ
631+
ps5UseResolutionFallback: 0
632+
ps5UseAudio3dBackend: 0
633+
ps5ScriptOptimizationLevel: 2
634+
ps5Audio3dVirtualSpeakerCount: 14
635+
ps5VrrSupport: 0
636+
ps5UpdateReferencePackage:
637+
ps5disableAutoHideSplash: 0
638+
ps5OperatingSystemCanDisableSplashScreen: 0
639+
ps5IncludedModules: []
640+
ps5SharedBinaryContentLabels: []
641+
ps5SharedBinarySystemFolders: []
613642
monoEnv:
614643
splashScreenBackgroundSourceLandscape: {fileID: 0}
615644
splashScreenBackgroundSourcePortrait: {fileID: 0}
@@ -626,13 +655,11 @@ PlayerSettings:
626655
webGLAnalyzeBuildSize: 0
627656
webGLUseEmbeddedResources: 0
628657
webGLCompressionFormat: 0
629-
webGLWasmArithmeticExceptions: 0
630658
webGLLinkerTarget: 1
631659
webGLThreadsSupport: 0
632-
webGLDecompressionFallback: 0
660+
webGLWasmStreaming: 0
633661
scriptingDefineSymbols:
634662
7: ODIN_INSPECTOR;ODIN_INSPECTOR_3
635-
additionalCompilerArguments: {}
636663
platformArchitecture: {}
637664
scriptingBackend:
638665
Android: 0
@@ -641,9 +668,6 @@ PlayerSettings:
641668
incrementalIl2cppBuild: {}
642669
suppressCommonWarnings: 1
643670
allowUnsafeCode: 0
644-
useDeterministicCompilation: 1
645-
useReferenceAssemblies: 1
646-
enableRoslynAnalyzers: 1
647671
additionalIl2CppArgs:
648672
scriptingRuntimeVersion: 1
649673
gcIncremental: 1
@@ -671,14 +695,14 @@ PlayerSettings:
671695
metroDefaultTileSize: 1
672696
metroTileForegroundText: 2
673697
metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
674-
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
698+
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628,
699+
a: 1}
675700
metroSplashScreenUseBackgroundColor: 0
676701
platformCapabilities: {}
677702
metroTargetDeviceFamilies: {}
678703
metroFTAName:
679704
metroFTAFileTypes: []
680705
metroProtocolName:
681-
vcxProjDefaultLanguage:
682706
XboxOneProductId:
683707
XboxOneUpdateKey:
684708
XboxOneSandboxId:
@@ -706,7 +730,10 @@ PlayerSettings:
706730
XboxOneXTitleMemory: 8
707731
XboxOneOverrideIdentityName:
708732
XboxOneOverrideIdentityPublisher:
709-
vrEditorSettings: {}
733+
vrEditorSettings:
734+
daydream:
735+
daydreamIconForeground: {fileID: 0}
736+
daydreamIconBackground: {fileID: 0}
710737
cloudServicesEnabled: {}
711738
luminIcon:
712739
m_Name:
@@ -720,12 +747,11 @@ PlayerSettings:
720747
m_VersionCode: 1
721748
m_VersionName:
722749
apiCompatibilityLevel: 6
723-
activeInputHandler: 0
724750
cloudProjectId:
725751
framebufferDepthMemorylessMode: 0
726-
qualitySettingsNames: []
727752
projectName:
728753
organizationId:
729754
cloudEnabled: 0
755+
enableNativePlatformBackendsForNewInputSystem: 0
756+
disableOldInputManagerSupport: 0
730757
legacyClampBlendShapeWeights: 0
731-
virtualTexturingSupportEnabled: 0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.3.36f1
2-
m_EditorVersionWithRevision: 2020.3.36f1 (71f96b79b9f0)
1+
m_EditorVersion: 2019.4.40f1
2+
m_EditorVersionWithRevision: 2019.4.40f1 (ffc62b691db5)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"m_SettingKeys": [
3+
"VR Device Disabled",
4+
"VR Device User Alert"
5+
],
6+
"m_SettingValues": [
7+
"False",
8+
"False"
9+
]
10+
}

0 commit comments

Comments
 (0)