Hello everyone,
I recently updated my Unity project from version 2020.3.25f1 to version 2022.3.4f1 and have encountered an issue with WebCamTexture on Android devices running version 7 or lower.
After the update, when I try to start the WebCamTexture on devices with Android 7 or lower, it doesn’t initialize or start. It was working perfectly before the update. Currently, the camera only shows black screen.
Notes:
- This issue only appears on devices with Android version 7 or lower. I’ve tested on newer Android versions, and the WebCamTexture works as expected.
- I’ve ensured that camera permissions are correctly requested and granted.
- No related error messages are displayed in the Unity console or logcat.
I would greatly appreciate any insights or solutions to this issue. Has anyone else experienced this after updating to Unity 2022.3.4f1?