X Tutup
Skip to content

Commit bf7be3c

Browse files
committed
v4.0.5
1 parent 8524322 commit bf7be3c

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

Assets/Plugins/Android/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
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" />
136 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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": {

ProjectSettings/ProjectSettings.asset

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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)

0 commit comments

Comments
 (0)
X Tutup