This commit is contained in:
Ino 2025-11-07 08:05:18 +09:00
parent d015789b96
commit 92041f76df
6 changed files with 19 additions and 15 deletions

View File

@ -1 +1 @@
7
8

View File

@ -1,9 +1,9 @@
{
"dependencies": {
"com.unity.addressables": "2.7.2",
"com.unity.addressables": "2.7.3",
"com.unity.collab-proxy": "2.9.3",
"com.unity.feature.2d": "2.0.1",
"com.unity.ide.rider": "3.0.37",
"com.unity.ide.rider": "3.0.38",
"com.unity.ide.visualstudio": "2.0.23",
"com.unity.inputsystem": "1.14.2",
"com.unity.mobile.android-logcat": "1.4.6",
@ -12,7 +12,7 @@
"com.unity.purchasing": "5.0.1",
"com.unity.recorder": "5.1.2",
"com.unity.render-pipelines.universal": "17.0.4",
"com.unity.test-framework": "1.5.1",
"com.unity.test-framework": "1.6.0",
"com.unity.timeline": "1.8.9",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.9.7",

View File

@ -93,7 +93,7 @@
"url": "https://packages.unity.com"
},
"com.unity.addressables": {
"version": "2.7.2",
"version": "2.7.3",
"depth": 0,
"source": "registry",
"dependencies": {
@ -103,7 +103,7 @@
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.scriptablebuildpipeline": "2.4.1",
"com.unity.scriptablebuildpipeline": "2.4.2",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
},
"url": "https://packages.unity.com"
@ -118,7 +118,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.24",
"version": "1.8.25",
"depth": 2,
"source": "registry",
"dependencies": {
@ -168,7 +168,7 @@
}
},
"com.unity.ide.rider": {
"version": "3.0.37",
"version": "3.0.38",
"depth": 0,
"source": "registry",
"dependencies": {
@ -305,7 +305,7 @@
}
},
"com.unity.scriptablebuildpipeline": {
"version": "2.4.1",
"version": "2.4.2",
"depth": 1,
"source": "registry",
"dependencies": {
@ -342,7 +342,7 @@
}
},
"com.unity.test-framework": {
"version": "1.5.1",
"version": "1.6.0",
"depth": 0,
"source": "builtin",
"dependencies": {
@ -352,7 +352,7 @@
}
},
"com.unity.test-framework.performance": {
"version": "3.1.0",
"version": "3.2.0",
"depth": 2,
"source": "registry",
"dependencies": {

View File

@ -86,6 +86,7 @@ PlayerSettings:
muteOtherAudioSources: 0
Prepare IOS For Recording: 0
Force IOS Speakers When Recording: 0
audioSpatialExperience: 0
deferSystemGesturesMode: 0
hideHomeButton: 0
submitAnalytics: 1
@ -172,7 +173,7 @@ PlayerSettings:
iPhone: 0
tvOS: 0
overrideDefaultApplicationIdentifier: 1
AndroidBundleVersionCode: 5
AndroidBundleVersionCode: 8
AndroidMinSdkVersion: 24
AndroidTargetSdkVersion: 35
AndroidPreferredInstallLocation: 1
@ -273,6 +274,9 @@ PlayerSettings:
AndroidBuildApkPerCpuArchitecture: 0
AndroidTVCompatibility: 0
AndroidIsGame: 1
androidAppCategory: 3
useAndroidAppCategory: 1
androidAppCategoryOther:
AndroidEnableTango: 0
androidEnableBanner: 1
androidUseLowAccuracyLocation: 0
@ -284,7 +288,7 @@ PlayerSettings:
androidGamepadSupportLevel: 0
AndroidMinifyRelease: 0
AndroidMinifyDebug: 0
AndroidValidateAppBundleSize: 1
AndroidValidateAppBundleSize: 0
AndroidAppBundleSizeToValidate: 150
AndroidReportGooglePlayAppDependencies: 1
androidSymbolsSizeThreshold: 800

View File

@ -1,2 +1,2 @@
m_EditorVersion: 6000.0.58f2
m_EditorVersionWithRevision: 6000.0.58f2 (92dee566b325)
m_EditorVersion: 6000.0.59f2
m_EditorVersionWithRevision: 6000.0.59f2 (ef281c76c3c1)