Search Issue Tracker
By Design
Votes
0
Found in
2020.3.48f1
2021.3.24f1
2022.2.17f1
2023.1.0b14
2023.2.0a12
Issue ID
UUM-35572
Regression
No
[Android] A video cannot be played on a device
How to reproduce:
1. Open the attached “IN-38009” project
2. Build And Run the project on the connected device
3. When the app loads, click on the “PLAY Video” button
Expected result: A video starts playing
Actual result: Nothing is loaded
Reproducible with: 2020.3.48f1, 2021.3.24f1, 2022.2.17f1, 2023.1.0b14, 2023.2.0a12
Built with: macOS 13.2 (Intel)
Reproducible on devices:
VLNQA00523, Samsung Galaxy S23 (SM-S911U), Android 13, CPU: Snapdragon 8 Gen 2 (SM8550), GPU: Adreno (TM) 740
VLNQA00520, Samsung Galaxy S22 (SM-S901U), Android 12, CPU: Snapdragon 8 Gen 1 (SM8450), GPU: Adreno (TM) 730
VLNQA00521 - Galaxy S22 Ultra USA (SM-S908U), CPU: Snapdragon 8 Gen 1 (SM8450), GPU: Adreno 730, OS: 12
VLNQA00277 - Asus ROG Phone (ASUS_Z01QD), CPU: Snapdragon 845 SDM845, GPU: Adreno 630, OS: 8.1.0
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The error javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. in adb is caused since Android is strict and needs special configuration to allow SSL certificates. Here is a link where they talk about it.
https://developer.android.com/training/articles/security-ssl.html#MissingCa
A certificate configuration is needed to make it work.