From 286a7bc4d6bc63e79ae1c95ec86ba8f49f730964 Mon Sep 17 00:00:00 2001 From: Megh Date: Mon, 27 Jan 2025 05:02:32 -0800 Subject: [PATCH 1/2] Update Input system to 1.12.0 --- .../CHANGELOG.md | 6 + .../ValidationExceptions.json | 2 +- .../package.json | 15 +- .../Packages/manifest.json | 11 +- .../Packages/packages-lock.json | 147 +++++++++++------- .../ProjectSettings/ProjectSettings.asset | 140 +++++++++++++++-- .../ProjectSettings/ProjectVersion.txt | 4 +- 7 files changed, 246 insertions(+), 79 deletions(-) diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md index d8e03133846..64cc74280c7 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [17.0.7] - 2025-01-27 + +### Changed + +- Upgrade input system version to 1.12.0 + ## [17.0.6] - 2024-10-09 ### Changed diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json index 9c62357da95..29831fce5bb 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "17.0.6" + "PackageVersion": "17.0.7" } ], "WarningExceptions": [] diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json index c9959aee442..a286fec6b2c 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json @@ -1,17 +1,20 @@ { "name": "com.unity.template.hdrp-blank", "displayName":"3D HDRP", - "version": "17.0.6", + "version": "17.0.7", "type": "template", "host": "hub", - "unity": "2023.3", + "unity": "6000.1", "description": "This template includes the settings and assets you need to start creating with the High Definition Render Pipeline (HDRP).", "dependencies": { - "com.unity.collab-proxy": "2.2.0", + "com.unity.collab-proxy": "2.6.0", "com.unity.feature.development": "1.0.2", - "com.unity.render-pipelines.high-definition": "17.0.1", - "com.unity.timeline": "1.8.6", + "com.unity.inputsystem": "1.12.0", + "com.unity.multiplayer.center": "1.0.0", + "com.unity.render-pipelines.high-definition": "17.0.3", + "com.unity.timeline": "1.8.7", "com.unity.ugui": "2.0.0", - "com.unity.visualscripting": "1.9.1" + "com.unity.visualscripting": "1.9.5", + "com.unity.modules.accessibility": "1.0.0" } } diff --git a/com.unity.template.hdrp-blank/Packages/manifest.json b/com.unity.template.hdrp-blank/Packages/manifest.json index f86003d1be6..a8eb4af3d06 100644 --- a/com.unity.template.hdrp-blank/Packages/manifest.json +++ b/com.unity.template.hdrp-blank/Packages/manifest.json @@ -1,12 +1,13 @@ { "dependencies": { - "com.unity.collab-proxy": "2.2.0", + "com.unity.collab-proxy": "2.6.0", "com.unity.feature.development": "1.0.2", - "com.unity.inputsystem": "1.8.1", - "com.unity.render-pipelines.high-definition": "17.0.1", - "com.unity.timeline": "1.8.6", + "com.unity.inputsystem": "1.12.0", + "com.unity.multiplayer.center": "1.0.0", + "com.unity.render-pipelines.high-definition": "17.0.3", + "com.unity.timeline": "1.8.7", "com.unity.ugui": "2.0.0", - "com.unity.visualscripting": "1.9.1", + "com.unity.visualscripting": "1.9.5", "com.unity.modules.accessibility": "1.0.0" } } diff --git a/com.unity.template.hdrp-blank/Packages/packages-lock.json b/com.unity.template.hdrp-blank/Packages/packages-lock.json index cf5e129a5d3..1cddd4bd648 100644 --- a/com.unity.template.hdrp-blank/Packages/packages-lock.json +++ b/com.unity.template.hdrp-blank/Packages/packages-lock.json @@ -1,29 +1,31 @@ { "dependencies": { "com.unity.burst": { - "version": "1.8.9", - "depth": 1, + "version": "1.8.18", + "depth": 2, "source": "registry", "dependencies": { - "com.unity.mathematics": "1.2.1" + "com.unity.mathematics": "1.2.1", + "com.unity.modules.jsonserialize": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.collab-proxy": { - "version": "2.2.0", + "version": "2.6.0", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.2.0", - "depth": 1, + "version": "2.5.1", + "depth": 2, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.4", - "com.unity.modules.unityanalytics": "1.0.0", - "com.unity.nuget.mono-cecil": "1.11.4" + "com.unity.burst": "1.8.17", + "com.unity.test-framework": "1.4.5", + "com.unity.nuget.mono-cecil": "1.11.4", + "com.unity.test-framework.performance": "3.0.3" }, "url": "https://packages.unity.com" }, @@ -47,15 +49,15 @@ "source": "builtin", "dependencies": { "com.unity.ide.visualstudio": "2.0.22", - "com.unity.ide.rider": "3.0.26", + "com.unity.ide.rider": "3.0.34", "com.unity.editorcoroutines": "1.0.0", - "com.unity.performance.profile-analyzer": "1.2.2", - "com.unity.test-framework": "1.3.9", - "com.unity.testtools.codecoverage": "1.2.4" + "com.unity.performance.profile-analyzer": "1.2.3", + "com.unity.test-framework": "1.4.5", + "com.unity.testtools.codecoverage": "1.2.6" } }, "com.unity.ide.rider": { - "version": "3.0.26", + "version": "3.0.34", "depth": 1, "source": "registry", "dependencies": { @@ -72,75 +74,89 @@ }, "url": "https://packages.unity.com" }, + "com.unity.inputsystem": { + "version": "1.12.0", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.uielements": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.mathematics": { - "version": "1.2.6", - "depth": 1, + "version": "1.3.2", + "depth": 2, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.multiplayer.center": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.uielements": "1.0.0" + } + }, "com.unity.nuget.mono-cecil": { "version": "1.11.4", - "depth": 1, + "depth": 3, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.performance.profile-analyzer": { - "version": "1.2.2", + "version": "1.2.3", "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "17.0.1", + "version": "17.0.3", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.collections": "2.2.0", - "com.unity.mathematics": "1.2.6", + "com.unity.burst": "1.8.14", + "com.unity.mathematics": "1.3.2", "com.unity.ugui": "2.0.0", + "com.unity.collections": "2.4.3", "com.unity.modules.physics": "1.0.0", "com.unity.modules.terrain": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.rendering.light-transport": "1.0.0" + "com.unity.rendering.light-transport": "1.0.1" } }, "com.unity.render-pipelines.high-definition": { - "version": "17.0.1", + "version": "17.0.3", "depth": 0, "source": "builtin", "dependencies": { - "com.unity.mathematics": "1.2.4", - "com.unity.collections": "2.2.0", - "com.unity.burst": "1.8.9", "com.unity.modules.video": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", - "com.unity.modules.terrain": "1.0.0", - "com.unity.render-pipelines.core": "17.0.1", - "com.unity.shadergraph": "17.0.1", - "com.unity.visualeffectgraph": "17.0.1", - "com.unity.render-pipelines.high-definition-config": "17.0.1" + "com.unity.render-pipelines.core": "17.0.3", + "com.unity.shadergraph": "17.0.3", + "com.unity.visualeffectgraph": "17.0.3", + "com.unity.render-pipelines.high-definition-config": "17.0.3" } }, "com.unity.render-pipelines.high-definition-config": { - "version": "17.0.1", + "version": "17.0.3", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "17.0.1" + "com.unity.render-pipelines.core": "17.0.3" } }, "com.unity.rendering.light-transport": { - "version": "1.0.0", + "version": "1.0.1", "depth": 2, "source": "builtin", "dependencies": { "com.unity.collections": "2.2.0", "com.unity.mathematics": "1.2.4", - "com.unity.render-pipelines.core": "17.0.0" + "com.unity.modules.terrain": "1.0.0" } }, "com.unity.searcher": { @@ -158,11 +174,11 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "17.0.1", + "version": "17.0.3", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "17.0.1", + "com.unity.render-pipelines.core": "17.0.3", "com.unity.searcher": "4.9.2" } }, @@ -171,16 +187,19 @@ "depth": 0, "source": "embedded", "dependencies": { - "com.unity.collab-proxy": "2.0.0", - "com.unity.feature.development": "1.0.1", - "com.unity.render-pipelines.high-definition": "16.0.0", - "com.unity.timeline": "1.7.3", + "com.unity.collab-proxy": "2.6.0", + "com.unity.feature.development": "1.0.2", + "com.unity.inputsystem": "1.12.0", + "com.unity.multiplayer.center": "1.0.0", + "com.unity.render-pipelines.high-definition": "17.0.3", + "com.unity.timeline": "1.8.7", "com.unity.ugui": "2.0.0", - "com.unity.visualscripting": "1.8.0" + "com.unity.visualscripting": "1.9.5", + "com.unity.modules.accessibility": "1.0.0" } }, "com.unity.test-framework": { - "version": "1.3.9", + "version": "1.4.5", "depth": 1, "source": "registry", "dependencies": { @@ -190,8 +209,18 @@ }, "url": "https://packages.unity.com" }, + "com.unity.test-framework.performance": { + "version": "3.0.3", + "depth": 3, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.31", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.testtools.codecoverage": { - "version": "1.2.4", + "version": "1.2.6", "depth": 1, "source": "registry", "dependencies": { @@ -201,13 +230,13 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.6", + "version": "1.8.7", "depth": 0, "source": "registry", "dependencies": { + "com.unity.modules.audio": "1.0.0", "com.unity.modules.director": "1.0.0", "com.unity.modules.animation": "1.0.0", - "com.unity.modules.audio": "1.0.0", "com.unity.modules.particlesystem": "1.0.0" }, "url": "https://packages.unity.com" @@ -222,16 +251,16 @@ } }, "com.unity.visualeffectgraph": { - "version": "17.0.1", + "version": "17.0.3", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.shadergraph": "17.0.1", - "com.unity.render-pipelines.core": "17.0.1" + "com.unity.shadergraph": "17.0.3", + "com.unity.render-pipelines.core": "17.0.3" } }, "com.unity.visualscripting": { - "version": "1.9.1", + "version": "1.9.5", "depth": 0, "source": "registry", "dependencies": { @@ -267,6 +296,12 @@ "com.unity.modules.animation": "1.0.0" } }, + "com.unity.modules.hierarchycore": { + "version": "1.0.0", + "depth": 2, + "source": "builtin", + "dependencies": {} + }, "com.unity.modules.imageconversion": { "version": "1.0.0", "depth": 1, @@ -299,7 +334,7 @@ }, "com.unity.modules.terrain": { "version": "1.0.0", - "depth": 1, + "depth": 2, "source": "builtin", "dependencies": {} }, @@ -309,13 +344,15 @@ "source": "builtin", "dependencies": {} }, - "com.unity.modules.unityanalytics": { + "com.unity.modules.uielements": { "version": "1.0.0", - "depth": 2, + "depth": 1, "source": "builtin", "dependencies": { - "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0" + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.hierarchycore": "1.0.0" } }, "com.unity.modules.unitywebrequest": { diff --git a/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset b/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset index 75ee5a91851..1ca253ab03a 100644 --- a/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset +++ b/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset @@ -49,6 +49,7 @@ PlayerSettings: m_StereoRenderingPath: 0 m_ActiveColorSpace: 1 unsupportedMSAAFallback: 0 + m_SpriteBatchMaxVertexCount: 65535 m_SpriteBatchVertexThreshold: 300 m_MTRendering: 1 mipStripping: 0 @@ -70,19 +71,18 @@ PlayerSettings: androidRenderOutsideSafeArea: 1 androidUseSwappy: 0 androidBlitType: 0 - androidResizableWindow: 0 + androidResizeableActivity: 0 androidDefaultWindowWidth: 1920 androidDefaultWindowHeight: 1080 androidMinimumWindowWidth: 400 androidMinimumWindowHeight: 300 androidFullscreenMode: 1 androidAutoRotationBehavior: 1 - androidApplicationEntry: 1 androidPredictiveBackSupport: 0 + androidApplicationEntry: 1 defaultIsNativeResolution: 1 macRetinaSupport: 1 runInBackground: 0 - captureSingleScreen: 0 muteOtherAudioSources: 0 Prepare IOS For Recording: 0 Force IOS Speakers When Recording: 0 @@ -138,6 +138,8 @@ PlayerSettings: vulkanEnableLateAcquireNextImage: 0 vulkanEnableCommandBufferRecycling: 1 loadStoreDebugModeEnabled: 0 + visionOSBundleVersion: 1.0 + tvOSBundleVersion: 1.0 bundleVersion: 0.1.0 preloadedAssets: [] metroInputSource: 0 @@ -185,8 +187,10 @@ PlayerSettings: strictShaderVariantMatching: 0 VertexChannelCompressionMask: 4054 iPhoneSdkVersion: 988 + iOSSimulatorArchitecture: 0 iOSTargetOSVersionString: 13.0 tvOSSdkVersion: 0 + tvOSSimulatorArchitecture: 0 tvOSRequireExtendedGameController: 0 tvOSTargetOSVersionString: 13.0 VisionOSSdkVersion: 0 @@ -258,7 +262,6 @@ PlayerSettings: useCustomGradleSettingsTemplate: 0 useCustomProguardFile: 0 AndroidTargetArchitectures: 1 - AndroidTargetDevices: 0 AndroidSplashScreenScale: 0 androidSplashScreen: {fileID: 0} AndroidKeystoreName: @@ -277,12 +280,12 @@ PlayerSettings: height: 180 banner: {fileID: 0} androidGamepadSupportLevel: 0 - chromeosInputEmulation: 1 AndroidMinifyRelease: 0 AndroidMinifyDebug: 0 AndroidValidateAppBundleSize: 1 AndroidAppBundleSizeToValidate: 150 AndroidReportGooglePlayAppDependencies: 1 + androidSymbolsSizeThreshold: 800 m_BuildTargetIcons: [] m_BuildTargetPlatformIcons: - m_BuildTarget: iPhone @@ -560,6 +563,7 @@ PlayerSettings: playModeTestRunnerEnabled: 0 runPlayModeTestAsEditModeTest: 0 actionOnDotNetUnhandledException: 1 + editorGfxJobOverride: 1 enableInternalProfiler: 0 logObjCUncaughtExceptions: 1 enableCrashReportAPI: 0 @@ -567,7 +571,7 @@ PlayerSettings: locationUsageDescription: microphoneUsageDescription: bluetoothUsageDescription: - macOSTargetOSVersion: 10.13.0 + macOSTargetOSVersion: 11.0 switchNMETAOverride: switchNetLibKey: switchSocketMemoryPoolSize: 6144 @@ -577,8 +581,119 @@ PlayerSettings: switchUseCPUProfiler: 0 switchEnableFileSystemTrace: 0 switchLTOSetting: 0 + switchApplicationID: 0x01004b9000490000 switchNSODependencies: switchCompilerFlags: + switchTitleNames_0: + switchTitleNames_1: + switchTitleNames_2: + switchTitleNames_3: + switchTitleNames_4: + switchTitleNames_5: + switchTitleNames_6: + switchTitleNames_7: + switchTitleNames_8: + switchTitleNames_9: + switchTitleNames_10: + switchTitleNames_11: + switchTitleNames_12: + switchTitleNames_13: + switchTitleNames_14: + switchTitleNames_15: + switchPublisherNames_0: + switchPublisherNames_1: + switchPublisherNames_2: + switchPublisherNames_3: + switchPublisherNames_4: + switchPublisherNames_5: + switchPublisherNames_6: + switchPublisherNames_7: + switchPublisherNames_8: + switchPublisherNames_9: + switchPublisherNames_10: + switchPublisherNames_11: + switchPublisherNames_12: + switchPublisherNames_13: + switchPublisherNames_14: + switchPublisherNames_15: + switchIcons_0: {fileID: 0} + switchIcons_1: {fileID: 0} + switchIcons_2: {fileID: 0} + switchIcons_3: {fileID: 0} + switchIcons_4: {fileID: 0} + switchIcons_5: {fileID: 0} + switchIcons_6: {fileID: 0} + switchIcons_7: {fileID: 0} + switchIcons_8: {fileID: 0} + switchIcons_9: {fileID: 0} + switchIcons_10: {fileID: 0} + switchIcons_11: {fileID: 0} + switchIcons_12: {fileID: 0} + switchIcons_13: {fileID: 0} + switchIcons_14: {fileID: 0} + switchIcons_15: {fileID: 0} + switchSmallIcons_0: {fileID: 0} + switchSmallIcons_1: {fileID: 0} + switchSmallIcons_2: {fileID: 0} + switchSmallIcons_3: {fileID: 0} + switchSmallIcons_4: {fileID: 0} + switchSmallIcons_5: {fileID: 0} + switchSmallIcons_6: {fileID: 0} + switchSmallIcons_7: {fileID: 0} + switchSmallIcons_8: {fileID: 0} + switchSmallIcons_9: {fileID: 0} + switchSmallIcons_10: {fileID: 0} + switchSmallIcons_11: {fileID: 0} + switchSmallIcons_12: {fileID: 0} + switchSmallIcons_13: {fileID: 0} + switchSmallIcons_14: {fileID: 0} + switchSmallIcons_15: {fileID: 0} + switchManualHTML: + switchAccessibleURLs: + switchLegalInformation: + switchMainThreadStackSize: 1048576 + switchPresenceGroupId: + switchLogoHandling: 0 + switchReleaseVersion: 0 + switchDisplayVersion: 1.0.0 + switchStartupUserAccount: 0 + switchSupportedLanguagesMask: 0 + switchLogoType: 0 + switchApplicationErrorCodeCategory: + switchUserAccountSaveDataSize: 0 + switchUserAccountSaveDataJournalSize: 0 + switchApplicationAttribute: 0 + switchCardSpecSize: -1 + switchCardSpecClock: -1 + switchRatingsMask: 0 + switchRatingsInt_0: 0 + switchRatingsInt_1: 0 + switchRatingsInt_2: 0 + switchRatingsInt_3: 0 + switchRatingsInt_4: 0 + switchRatingsInt_5: 0 + switchRatingsInt_6: 0 + switchRatingsInt_7: 0 + switchRatingsInt_8: 0 + switchRatingsInt_9: 0 + switchRatingsInt_10: 0 + switchRatingsInt_11: 0 + switchRatingsInt_12: 0 + switchLocalCommunicationIds_0: + switchLocalCommunicationIds_1: + switchLocalCommunicationIds_2: + switchLocalCommunicationIds_3: + switchLocalCommunicationIds_4: + switchLocalCommunicationIds_5: + switchLocalCommunicationIds_6: + switchLocalCommunicationIds_7: + switchParentalControl: 0 + switchAllowsScreenshot: 1 + switchAllowsVideoCapturing: 1 + switchAllowsRuntimeAddOnContentInstall: 0 + switchDataLossConfirmation: 0 + switchUserAccountLockEnabled: 0 + switchSystemResourceMemory: 16777216 switchSupportedNpadStyles: 22 switchNativeFsCacheSize: 32 switchIsHoldTypeHorizontal: 0 @@ -601,6 +716,7 @@ PlayerSettings: switchEnableRamDiskSupport: 0 switchMicroSleepForYieldTime: 25 switchRamDiskSpaceSize: 12 + switchUpgradedPlayerSettingsToNMETA: 0 ps4NPAgeRating: 12 ps4NPTitleSecret: ps4NPTrophyPackPath: @@ -703,11 +819,12 @@ PlayerSettings: webGLMemoryLinearGrowthStep: 16 webGLMemoryGeometricGrowthStep: 0.2 webGLMemoryGeometricGrowthCap: 96 - webGLEnableWebGPU: 0 webGLPowerPreference: 2 webGLWebAssemblyTable: 0 webGLWebAssemblyBigInt: 0 webGLCloseOnQuit: 0 + webWasm2023: 0 + webEnableSubmoduleStrippingCompatibility: 0 scriptingDefineSymbols: {} additionalCompilerArguments: {} platformArchitecture: {} @@ -748,9 +865,9 @@ PlayerSettings: metroDefaultTileSize: 1 metroTileForegroundText: 2 metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} - metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, - a: 1} + metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} metroSplashScreenUseBackgroundColor: 0 + syncCapabilities: 0 platformCapabilities: {} metroTargetDeviceFamilies: {} metroFTAName: @@ -805,7 +922,7 @@ PlayerSettings: qnxGraphicConfPath: apiCompatibilityLevel: 6 captureStartupLogs: {} - activeInputHandler: 2 + activeInputHandler: 1 windowsGamepadBackendHint: 0 cloudProjectId: framebufferDepthMemorylessMode: 0 @@ -818,3 +935,6 @@ PlayerSettings: platformRequiresReadableAssets: 0 virtualTexturingSupportEnabled: 0 insecureHttpOption: 0 + androidVulkanDenyFilterList: [] + androidVulkanAllowFilterList: [] + androidVulkanDeviceFilterListAsset: {fileID: 0} diff --git a/com.unity.template.hdrp-blank/ProjectSettings/ProjectVersion.txt b/com.unity.template.hdrp-blank/ProjectSettings/ProjectVersion.txt index ea2e59508a3..3d2ae074851 100644 --- a/com.unity.template.hdrp-blank/ProjectSettings/ProjectVersion.txt +++ b/com.unity.template.hdrp-blank/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2023.3.0a14 -m_EditorVersionWithRevision: 2023.3.0a14 (57dcdb3b018e) +m_EditorVersion: 6000.1.0b4 +m_EditorVersionWithRevision: 6000.1.0b4 (efb05cc7f084) From 3c6e73f7eae3a0ac74acc09a1e685291efef24ac Mon Sep 17 00:00:00 2001 From: Megh Date: Mon, 27 Jan 2025 16:41:39 -0800 Subject: [PATCH 2/2] fix: Change only the required part of the code --- .../CHANGELOG.md | 4 +- .../package.json | 14 +- .../Packages/manifest.json | 9 +- .../Packages/packages-lock.json | 147 +++++++----------- .../ProjectSettings/ProjectSettings.asset | 138 ++-------------- .../ProjectSettings/ProjectVersion.txt | 4 +- 6 files changed, 79 insertions(+), 237 deletions(-) diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md index 64cc74280c7..be8a1ec3219 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md @@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed -- Upgrade input system version to 1.12.0 +- Upgrade input system version to 1.12.0 so that a warning message is shown on platforms which require additional platform specific input system packages to be installed. +- Set InputHandler to input system exclusive + ## [17.0.6] - 2024-10-09 diff --git a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json index a286fec6b2c..03229708288 100644 --- a/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json +++ b/com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json @@ -4,17 +4,15 @@ "version": "17.0.7", "type": "template", "host": "hub", - "unity": "6000.1", + "unity": "2023.3", "description": "This template includes the settings and assets you need to start creating with the High Definition Render Pipeline (HDRP).", "dependencies": { - "com.unity.collab-proxy": "2.6.0", + "com.unity.collab-proxy": "2.2.0", "com.unity.feature.development": "1.0.2", - "com.unity.inputsystem": "1.12.0", - "com.unity.multiplayer.center": "1.0.0", - "com.unity.render-pipelines.high-definition": "17.0.3", - "com.unity.timeline": "1.8.7", + "com.unity.render-pipelines.high-definition": "17.0.1", + "com.unity.timeline": "1.8.6", "com.unity.ugui": "2.0.0", - "com.unity.visualscripting": "1.9.5", - "com.unity.modules.accessibility": "1.0.0" + "com.unity.visualscripting": "1.9.1", + "com.unity.inputsystem": "1.12.0" } } diff --git a/com.unity.template.hdrp-blank/Packages/manifest.json b/com.unity.template.hdrp-blank/Packages/manifest.json index a8eb4af3d06..19b94f2139a 100644 --- a/com.unity.template.hdrp-blank/Packages/manifest.json +++ b/com.unity.template.hdrp-blank/Packages/manifest.json @@ -1,13 +1,12 @@ { "dependencies": { - "com.unity.collab-proxy": "2.6.0", + "com.unity.collab-proxy": "2.2.0", "com.unity.feature.development": "1.0.2", "com.unity.inputsystem": "1.12.0", - "com.unity.multiplayer.center": "1.0.0", - "com.unity.render-pipelines.high-definition": "17.0.3", - "com.unity.timeline": "1.8.7", + "com.unity.render-pipelines.high-definition": "17.0.1", + "com.unity.timeline": "1.8.6", "com.unity.ugui": "2.0.0", - "com.unity.visualscripting": "1.9.5", + "com.unity.visualscripting": "1.9.1", "com.unity.modules.accessibility": "1.0.0" } } diff --git a/com.unity.template.hdrp-blank/Packages/packages-lock.json b/com.unity.template.hdrp-blank/Packages/packages-lock.json index 1cddd4bd648..cf5e129a5d3 100644 --- a/com.unity.template.hdrp-blank/Packages/packages-lock.json +++ b/com.unity.template.hdrp-blank/Packages/packages-lock.json @@ -1,31 +1,29 @@ { "dependencies": { "com.unity.burst": { - "version": "1.8.18", - "depth": 2, + "version": "1.8.9", + "depth": 1, "source": "registry", "dependencies": { - "com.unity.mathematics": "1.2.1", - "com.unity.modules.jsonserialize": "1.0.0" + "com.unity.mathematics": "1.2.1" }, "url": "https://packages.unity.com" }, "com.unity.collab-proxy": { - "version": "2.6.0", + "version": "2.2.0", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.5.1", - "depth": 2, + "version": "2.2.0", + "depth": 1, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.17", - "com.unity.test-framework": "1.4.5", - "com.unity.nuget.mono-cecil": "1.11.4", - "com.unity.test-framework.performance": "3.0.3" + "com.unity.burst": "1.8.4", + "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.nuget.mono-cecil": "1.11.4" }, "url": "https://packages.unity.com" }, @@ -49,15 +47,15 @@ "source": "builtin", "dependencies": { "com.unity.ide.visualstudio": "2.0.22", - "com.unity.ide.rider": "3.0.34", + "com.unity.ide.rider": "3.0.26", "com.unity.editorcoroutines": "1.0.0", - "com.unity.performance.profile-analyzer": "1.2.3", - "com.unity.test-framework": "1.4.5", - "com.unity.testtools.codecoverage": "1.2.6" + "com.unity.performance.profile-analyzer": "1.2.2", + "com.unity.test-framework": "1.3.9", + "com.unity.testtools.codecoverage": "1.2.4" } }, "com.unity.ide.rider": { - "version": "3.0.34", + "version": "3.0.26", "depth": 1, "source": "registry", "dependencies": { @@ -74,89 +72,75 @@ }, "url": "https://packages.unity.com" }, - "com.unity.inputsystem": { - "version": "1.12.0", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.modules.uielements": "1.0.0" - }, - "url": "https://packages.unity.com" - }, "com.unity.mathematics": { - "version": "1.3.2", - "depth": 2, + "version": "1.2.6", + "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, - "com.unity.multiplayer.center": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.uielements": "1.0.0" - } - }, "com.unity.nuget.mono-cecil": { "version": "1.11.4", - "depth": 3, + "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.performance.profile-analyzer": { - "version": "1.2.3", + "version": "1.2.2", "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "17.0.3", + "version": "17.0.1", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.burst": "1.8.14", - "com.unity.mathematics": "1.3.2", + "com.unity.collections": "2.2.0", + "com.unity.mathematics": "1.2.6", "com.unity.ugui": "2.0.0", - "com.unity.collections": "2.4.3", "com.unity.modules.physics": "1.0.0", "com.unity.modules.terrain": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.rendering.light-transport": "1.0.1" + "com.unity.rendering.light-transport": "1.0.0" } }, "com.unity.render-pipelines.high-definition": { - "version": "17.0.3", + "version": "17.0.1", "depth": 0, "source": "builtin", "dependencies": { + "com.unity.mathematics": "1.2.4", + "com.unity.collections": "2.2.0", + "com.unity.burst": "1.8.9", "com.unity.modules.video": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", - "com.unity.render-pipelines.core": "17.0.3", - "com.unity.shadergraph": "17.0.3", - "com.unity.visualeffectgraph": "17.0.3", - "com.unity.render-pipelines.high-definition-config": "17.0.3" + "com.unity.modules.terrain": "1.0.0", + "com.unity.render-pipelines.core": "17.0.1", + "com.unity.shadergraph": "17.0.1", + "com.unity.visualeffectgraph": "17.0.1", + "com.unity.render-pipelines.high-definition-config": "17.0.1" } }, "com.unity.render-pipelines.high-definition-config": { - "version": "17.0.3", + "version": "17.0.1", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "17.0.3" + "com.unity.render-pipelines.core": "17.0.1" } }, "com.unity.rendering.light-transport": { - "version": "1.0.1", + "version": "1.0.0", "depth": 2, "source": "builtin", "dependencies": { "com.unity.collections": "2.2.0", "com.unity.mathematics": "1.2.4", - "com.unity.modules.terrain": "1.0.0" + "com.unity.render-pipelines.core": "17.0.0" } }, "com.unity.searcher": { @@ -174,11 +158,11 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "17.0.3", + "version": "17.0.1", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "17.0.3", + "com.unity.render-pipelines.core": "17.0.1", "com.unity.searcher": "4.9.2" } }, @@ -187,19 +171,16 @@ "depth": 0, "source": "embedded", "dependencies": { - "com.unity.collab-proxy": "2.6.0", - "com.unity.feature.development": "1.0.2", - "com.unity.inputsystem": "1.12.0", - "com.unity.multiplayer.center": "1.0.0", - "com.unity.render-pipelines.high-definition": "17.0.3", - "com.unity.timeline": "1.8.7", + "com.unity.collab-proxy": "2.0.0", + "com.unity.feature.development": "1.0.1", + "com.unity.render-pipelines.high-definition": "16.0.0", + "com.unity.timeline": "1.7.3", "com.unity.ugui": "2.0.0", - "com.unity.visualscripting": "1.9.5", - "com.unity.modules.accessibility": "1.0.0" + "com.unity.visualscripting": "1.8.0" } }, "com.unity.test-framework": { - "version": "1.4.5", + "version": "1.3.9", "depth": 1, "source": "registry", "dependencies": { @@ -209,18 +190,8 @@ }, "url": "https://packages.unity.com" }, - "com.unity.test-framework.performance": { - "version": "3.0.3", - "depth": 3, - "source": "registry", - "dependencies": { - "com.unity.test-framework": "1.1.31", - "com.unity.modules.jsonserialize": "1.0.0" - }, - "url": "https://packages.unity.com" - }, "com.unity.testtools.codecoverage": { - "version": "1.2.6", + "version": "1.2.4", "depth": 1, "source": "registry", "dependencies": { @@ -230,13 +201,13 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.8.7", + "version": "1.8.6", "depth": 0, "source": "registry", "dependencies": { - "com.unity.modules.audio": "1.0.0", "com.unity.modules.director": "1.0.0", "com.unity.modules.animation": "1.0.0", + "com.unity.modules.audio": "1.0.0", "com.unity.modules.particlesystem": "1.0.0" }, "url": "https://packages.unity.com" @@ -251,16 +222,16 @@ } }, "com.unity.visualeffectgraph": { - "version": "17.0.3", + "version": "17.0.1", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.shadergraph": "17.0.3", - "com.unity.render-pipelines.core": "17.0.3" + "com.unity.shadergraph": "17.0.1", + "com.unity.render-pipelines.core": "17.0.1" } }, "com.unity.visualscripting": { - "version": "1.9.5", + "version": "1.9.1", "depth": 0, "source": "registry", "dependencies": { @@ -296,12 +267,6 @@ "com.unity.modules.animation": "1.0.0" } }, - "com.unity.modules.hierarchycore": { - "version": "1.0.0", - "depth": 2, - "source": "builtin", - "dependencies": {} - }, "com.unity.modules.imageconversion": { "version": "1.0.0", "depth": 1, @@ -334,7 +299,7 @@ }, "com.unity.modules.terrain": { "version": "1.0.0", - "depth": 2, + "depth": 1, "source": "builtin", "dependencies": {} }, @@ -344,15 +309,13 @@ "source": "builtin", "dependencies": {} }, - "com.unity.modules.uielements": { + "com.unity.modules.unityanalytics": { "version": "1.0.0", - "depth": 1, + "depth": 2, "source": "builtin", "dependencies": { - "com.unity.modules.ui": "1.0.0", - "com.unity.modules.imgui": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.modules.hierarchycore": "1.0.0" + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" } }, "com.unity.modules.unitywebrequest": { diff --git a/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset b/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset index 1ca253ab03a..711e056b683 100644 --- a/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset +++ b/com.unity.template.hdrp-blank/ProjectSettings/ProjectSettings.asset @@ -49,7 +49,6 @@ PlayerSettings: m_StereoRenderingPath: 0 m_ActiveColorSpace: 1 unsupportedMSAAFallback: 0 - m_SpriteBatchMaxVertexCount: 65535 m_SpriteBatchVertexThreshold: 300 m_MTRendering: 1 mipStripping: 0 @@ -71,18 +70,19 @@ PlayerSettings: androidRenderOutsideSafeArea: 1 androidUseSwappy: 0 androidBlitType: 0 - androidResizeableActivity: 0 + androidResizableWindow: 0 androidDefaultWindowWidth: 1920 androidDefaultWindowHeight: 1080 androidMinimumWindowWidth: 400 androidMinimumWindowHeight: 300 androidFullscreenMode: 1 androidAutoRotationBehavior: 1 - androidPredictiveBackSupport: 0 androidApplicationEntry: 1 + androidPredictiveBackSupport: 0 defaultIsNativeResolution: 1 macRetinaSupport: 1 runInBackground: 0 + captureSingleScreen: 0 muteOtherAudioSources: 0 Prepare IOS For Recording: 0 Force IOS Speakers When Recording: 0 @@ -138,8 +138,6 @@ PlayerSettings: vulkanEnableLateAcquireNextImage: 0 vulkanEnableCommandBufferRecycling: 1 loadStoreDebugModeEnabled: 0 - visionOSBundleVersion: 1.0 - tvOSBundleVersion: 1.0 bundleVersion: 0.1.0 preloadedAssets: [] metroInputSource: 0 @@ -187,10 +185,8 @@ PlayerSettings: strictShaderVariantMatching: 0 VertexChannelCompressionMask: 4054 iPhoneSdkVersion: 988 - iOSSimulatorArchitecture: 0 iOSTargetOSVersionString: 13.0 tvOSSdkVersion: 0 - tvOSSimulatorArchitecture: 0 tvOSRequireExtendedGameController: 0 tvOSTargetOSVersionString: 13.0 VisionOSSdkVersion: 0 @@ -262,6 +258,7 @@ PlayerSettings: useCustomGradleSettingsTemplate: 0 useCustomProguardFile: 0 AndroidTargetArchitectures: 1 + AndroidTargetDevices: 0 AndroidSplashScreenScale: 0 androidSplashScreen: {fileID: 0} AndroidKeystoreName: @@ -280,12 +277,12 @@ PlayerSettings: height: 180 banner: {fileID: 0} androidGamepadSupportLevel: 0 + chromeosInputEmulation: 1 AndroidMinifyRelease: 0 AndroidMinifyDebug: 0 AndroidValidateAppBundleSize: 1 AndroidAppBundleSizeToValidate: 150 AndroidReportGooglePlayAppDependencies: 1 - androidSymbolsSizeThreshold: 800 m_BuildTargetIcons: [] m_BuildTargetPlatformIcons: - m_BuildTarget: iPhone @@ -563,7 +560,6 @@ PlayerSettings: playModeTestRunnerEnabled: 0 runPlayModeTestAsEditModeTest: 0 actionOnDotNetUnhandledException: 1 - editorGfxJobOverride: 1 enableInternalProfiler: 0 logObjCUncaughtExceptions: 1 enableCrashReportAPI: 0 @@ -571,7 +567,7 @@ PlayerSettings: locationUsageDescription: microphoneUsageDescription: bluetoothUsageDescription: - macOSTargetOSVersion: 11.0 + macOSTargetOSVersion: 10.13.0 switchNMETAOverride: switchNetLibKey: switchSocketMemoryPoolSize: 6144 @@ -581,119 +577,8 @@ PlayerSettings: switchUseCPUProfiler: 0 switchEnableFileSystemTrace: 0 switchLTOSetting: 0 - switchApplicationID: 0x01004b9000490000 switchNSODependencies: switchCompilerFlags: - switchTitleNames_0: - switchTitleNames_1: - switchTitleNames_2: - switchTitleNames_3: - switchTitleNames_4: - switchTitleNames_5: - switchTitleNames_6: - switchTitleNames_7: - switchTitleNames_8: - switchTitleNames_9: - switchTitleNames_10: - switchTitleNames_11: - switchTitleNames_12: - switchTitleNames_13: - switchTitleNames_14: - switchTitleNames_15: - switchPublisherNames_0: - switchPublisherNames_1: - switchPublisherNames_2: - switchPublisherNames_3: - switchPublisherNames_4: - switchPublisherNames_5: - switchPublisherNames_6: - switchPublisherNames_7: - switchPublisherNames_8: - switchPublisherNames_9: - switchPublisherNames_10: - switchPublisherNames_11: - switchPublisherNames_12: - switchPublisherNames_13: - switchPublisherNames_14: - switchPublisherNames_15: - switchIcons_0: {fileID: 0} - switchIcons_1: {fileID: 0} - switchIcons_2: {fileID: 0} - switchIcons_3: {fileID: 0} - switchIcons_4: {fileID: 0} - switchIcons_5: {fileID: 0} - switchIcons_6: {fileID: 0} - switchIcons_7: {fileID: 0} - switchIcons_8: {fileID: 0} - switchIcons_9: {fileID: 0} - switchIcons_10: {fileID: 0} - switchIcons_11: {fileID: 0} - switchIcons_12: {fileID: 0} - switchIcons_13: {fileID: 0} - switchIcons_14: {fileID: 0} - switchIcons_15: {fileID: 0} - switchSmallIcons_0: {fileID: 0} - switchSmallIcons_1: {fileID: 0} - switchSmallIcons_2: {fileID: 0} - switchSmallIcons_3: {fileID: 0} - switchSmallIcons_4: {fileID: 0} - switchSmallIcons_5: {fileID: 0} - switchSmallIcons_6: {fileID: 0} - switchSmallIcons_7: {fileID: 0} - switchSmallIcons_8: {fileID: 0} - switchSmallIcons_9: {fileID: 0} - switchSmallIcons_10: {fileID: 0} - switchSmallIcons_11: {fileID: 0} - switchSmallIcons_12: {fileID: 0} - switchSmallIcons_13: {fileID: 0} - switchSmallIcons_14: {fileID: 0} - switchSmallIcons_15: {fileID: 0} - switchManualHTML: - switchAccessibleURLs: - switchLegalInformation: - switchMainThreadStackSize: 1048576 - switchPresenceGroupId: - switchLogoHandling: 0 - switchReleaseVersion: 0 - switchDisplayVersion: 1.0.0 - switchStartupUserAccount: 0 - switchSupportedLanguagesMask: 0 - switchLogoType: 0 - switchApplicationErrorCodeCategory: - switchUserAccountSaveDataSize: 0 - switchUserAccountSaveDataJournalSize: 0 - switchApplicationAttribute: 0 - switchCardSpecSize: -1 - switchCardSpecClock: -1 - switchRatingsMask: 0 - switchRatingsInt_0: 0 - switchRatingsInt_1: 0 - switchRatingsInt_2: 0 - switchRatingsInt_3: 0 - switchRatingsInt_4: 0 - switchRatingsInt_5: 0 - switchRatingsInt_6: 0 - switchRatingsInt_7: 0 - switchRatingsInt_8: 0 - switchRatingsInt_9: 0 - switchRatingsInt_10: 0 - switchRatingsInt_11: 0 - switchRatingsInt_12: 0 - switchLocalCommunicationIds_0: - switchLocalCommunicationIds_1: - switchLocalCommunicationIds_2: - switchLocalCommunicationIds_3: - switchLocalCommunicationIds_4: - switchLocalCommunicationIds_5: - switchLocalCommunicationIds_6: - switchLocalCommunicationIds_7: - switchParentalControl: 0 - switchAllowsScreenshot: 1 - switchAllowsVideoCapturing: 1 - switchAllowsRuntimeAddOnContentInstall: 0 - switchDataLossConfirmation: 0 - switchUserAccountLockEnabled: 0 - switchSystemResourceMemory: 16777216 switchSupportedNpadStyles: 22 switchNativeFsCacheSize: 32 switchIsHoldTypeHorizontal: 0 @@ -716,7 +601,6 @@ PlayerSettings: switchEnableRamDiskSupport: 0 switchMicroSleepForYieldTime: 25 switchRamDiskSpaceSize: 12 - switchUpgradedPlayerSettingsToNMETA: 0 ps4NPAgeRating: 12 ps4NPTitleSecret: ps4NPTrophyPackPath: @@ -819,12 +703,11 @@ PlayerSettings: webGLMemoryLinearGrowthStep: 16 webGLMemoryGeometricGrowthStep: 0.2 webGLMemoryGeometricGrowthCap: 96 + webGLEnableWebGPU: 0 webGLPowerPreference: 2 webGLWebAssemblyTable: 0 webGLWebAssemblyBigInt: 0 webGLCloseOnQuit: 0 - webWasm2023: 0 - webEnableSubmoduleStrippingCompatibility: 0 scriptingDefineSymbols: {} additionalCompilerArguments: {} platformArchitecture: {} @@ -865,9 +748,9 @@ PlayerSettings: metroDefaultTileSize: 1 metroTileForegroundText: 2 metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} - metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} + metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, + a: 1} metroSplashScreenUseBackgroundColor: 0 - syncCapabilities: 0 platformCapabilities: {} metroTargetDeviceFamilies: {} metroFTAName: @@ -935,6 +818,3 @@ PlayerSettings: platformRequiresReadableAssets: 0 virtualTexturingSupportEnabled: 0 insecureHttpOption: 0 - androidVulkanDenyFilterList: [] - androidVulkanAllowFilterList: [] - androidVulkanDeviceFilterListAsset: {fileID: 0} diff --git a/com.unity.template.hdrp-blank/ProjectSettings/ProjectVersion.txt b/com.unity.template.hdrp-blank/ProjectSettings/ProjectVersion.txt index 3d2ae074851..ea2e59508a3 100644 --- a/com.unity.template.hdrp-blank/ProjectSettings/ProjectVersion.txt +++ b/com.unity.template.hdrp-blank/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 6000.1.0b4 -m_EditorVersionWithRevision: 6000.1.0b4 (efb05cc7f084) +m_EditorVersion: 2023.3.0a14 +m_EditorVersionWithRevision: 2023.3.0a14 (57dcdb3b018e)