Search Issue Tracker
Fixed
Votes
6
Found in
2022.2.7f1
2023.1.0b4
2023.2.0a2
Issue ID
UUM-27136
Regression
Yes
[Android] installLocation in AndroidManifest.xml is set to preferExternal whilst in Player Settings other value was set
How to reproduce:
1. Open a new Unity project
2. Set “Install Location” to anything besides “Prefer External” in the Player Settings
3. Toggle on the “Export Project” flag in the Build Settings
4. Export the project
5. Observe the contents of “AndroidManifest.xml” file located under the exported project
Expected result: android:installLocation is the equivalent value set in the Player Settings
Actual result: android:installLocation="preferExternal" is set in the file
Reproducible with: 2022.2.0a16, 2022.2.7f1, 2023.1.0b4, 2023.2.0a2
Not reproducible with: 2021.3.18f1, 2022.2.0a15
Couldn’t test with: 2020.3.45f1 (no InstallLocation field in the Player Settings)
Reproduced on: macOS 13.0 (Intel)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-25965