Search Issue Tracker
Fixed
Fixed in 6000.0.36f1
Votes
0
Found in
6000.0.35f1
Issue ID
UUM-95768
Regression
No
PlayerSettings does not apply to aab when building via the CLI
Reproduction steps:
1. Download and extract the “Android Test Build.zip” project
2. Open “Android Test Build/buildTest.sh“ script with a text editor
3. Change the “PROJECT_PATH” value to the project path and “UNITY_PATH“ value to the Editor path
4. Run the “Android Test Build/buildTest.sh” script and wait for the build to complete
5. Analyze the “Android Test Build/Builds/Android/playstore.apk“ file using Android Studio
6. In the “playstore.apk” manifest (AndroidManifest.xml), check the “android:versionName”
7. Analyze the “Android Test Build/Builds/Android/playstore.aab” file using Android Studio
8. In the “playstore.aab” manifest (base/manifest/AndroidManifest.xml), check the “android:versionName”
Expected result: The version in both steps 6 and 8 is 7.0.0
Actual result: The apk version is 7.0.0, while aab version is 6.0.0
Reproducible with: 6000.0.35f1
Fixed in: 6000.0.36f1
Not reproducible with: 6000.1.0b4, 6000.2.0a1
Couldn't test with: 2022.3.56f1 (Build fails due to script compilation errors)
Reproducible on: macOS Sequoia 15.2 (M1 Max)
Not reproducible on: No other environments tested
Note: If the build fails due to Burst compilation errors, delete and rebuild the Library folder
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times
Add comment