Search Issue Tracker
Fixed in 2021.3.33f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 7000.0.0a1, future release
Votes
11
Found in
2023.3.0a4
Issue ID
UUM-48068
Regression
No
[Android] TargetAPI 34 crash on launch
Steps to reproduce:
- Open the attached 1361131_windowed-trunk project
- Build the application without changing settings
- Deploy to the application to target device
- Launch the application on device
- Observe immediate crash
- Alternatively deploy the attached APK to target device and repeat steps 4 & 5
Expected results: Application launches and information regarding the screen is visible alongside three rotating shapes.
Actual results: Crashes immediately
Versions reproducible with: 2023.3.0a4, 2021.3.33f1, 2022.3.14f1.
Reproducible with:
- Pixel 6, CPU: Google Tensor, GPU: Mali-G78, OS: 14 beta 3.1
Not reproducible with:
- Samsung Tablet A(8.0" 2019), CPU: Snapdragon 429, GPU: Adreno 504, OS: 11
- Xiaomi Redmi 9A, CPU: Helio G25, GPU: PowerVR GE8320, OS: 10
Comments (25)
-
MaxxRafen
Dec 23, 2023 21:11
Still happening on 2021.3.33f1
-
wayfarergames
Dec 14, 2023 14:24
This is still happening on 2023.3.0a18
-
PentaGame
Dec 05, 2023 03:20
This continues to happen on 2022.3.14f1.
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note (fix version 2023.3):
Crash was being caused on Android 14 devices on Development builds by missing EXPORTED/NOT_EXPORTED flag when registering broadcast receiver. Broadcast receiver was removed as it was unneeded and crash doesn't occur anymore.