File tree Expand file tree Collapse file tree 7 files changed +11
-9
lines changed
Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1616 <meta-data android : name =" notch.config" android : value =" portrait|landscape" />
1717 </application >
1818 <uses-feature android : glEsVersion =" 0x00020000" />
19- <uses-permission android : name =" android.permission.INTERNET" />
20- <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
2119 <uses-feature android : name =" android.hardware.touchscreen" android : required =" false" />
2220 <uses-feature android : name =" android.hardware.touchscreen.multitouch" android : required =" false" />
2321 <uses-feature android : name =" android.hardware.touchscreen.multitouch.distinct" android : required =" false" />
Original file line number Diff line number Diff line change 1+ ## v4.0.5
2+ - Updated to Unity 6.2.6f2 to address security vulnerability in older versions of Unity.
3+
14## v4.0.4
25- Updated to Unity 6.2 which claims to have fixed the frequent physics crashes on iOS.
36
Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "com.unity.2d.sprite" : " 1.0.0" ,
44 "com.unity.ide.visualstudio" : " 2.0.23" ,
5- "com.unity.test-framework" : " 1.5.1 " ,
5+ "com.unity.test-framework" : " 1.6.0 " ,
66 "com.unity.toolchain.macos-x86_64-linux-x86_64" : " 2.0.10" ,
77 "com.unity.ugui" : " 2.0.0" ,
88 "com.unity.xr.legacyinputhelpers" : " 2.1.12" ,
Original file line number Diff line number Diff line change 3838 "url" : " https://packages.unity.com"
3939 },
4040 "com.unity.test-framework" : {
41- "version" : " 1.5.1 " ,
41+ "version" : " 1.6.0 " ,
4242 "depth" : 0 ,
4343 "source" : " builtin" ,
4444 "dependencies" : {
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ PlayerSettings:
8888 muteOtherAudioSources : 0
8989 Prepare IOS For Recording : 0
9090 Force IOS Speakers When Recording : 0
91+ audioSpatialExperience : 0
9192 deferSystemGesturesMode : 15
9293 hideHomeButton : 1
9394 submitAnalytics : 1
@@ -143,7 +144,7 @@ PlayerSettings:
143144 loadStoreDebugModeEnabled : 0
144145 visionOSBundleVersion : 1.0
145146 tvOSBundleVersion : 1.0
146- bundleVersion : 4.0.4
147+ bundleVersion : 4.0.5
147148 preloadedAssets : []
148149 metroInputSource : 0
149150 wsaTransparentSwapchain : 0
@@ -174,10 +175,10 @@ PlayerSettings:
174175 buildNumber :
175176 Standalone : 25
176177 VisionOS : 0
177- iPhone : 25
178+ iPhone : 26
178179 tvOS : 0
179180 overrideDefaultApplicationIdentifier : 1
180- AndroidBundleVersionCode : 25
181+ AndroidBundleVersionCode : 26
181182 AndroidMinSdkVersion : 24
182183 AndroidTargetSdkVersion : 36
183184 AndroidPreferredInstallLocation : 0
Original file line number Diff line number Diff line change 1- m_EditorVersion: 6000.2.2f1
2- m_EditorVersionWithRevision: 6000.2.2f1 (ea398eefe1c2 )
1+ m_EditorVersion: 6000.2.6f2
2+ m_EditorVersionWithRevision: 6000.2.6f2 (4a4dcaec6541 )
You can’t perform that action at this time.
0 commit comments