Thank you for your reply.
Hmm… I did use webcam in my app, but webcam is called in another scene.
This error occurred on my home screen which does not use any webcam features.
and it even occurs at the first time the app starts and shows home screen only.
I’ve no idea why it happens.
I also tested on other android devices running Android 13, and it works as usual.
in other words,
my app does not work on Pixel 5 (Android 13)
my app works on Pixel 4/6 (Android 11~13)
figured out the issue:
it seems that there’s an internal video decoder issue in Android 13, which may or may not cause the app to freeze.
after removing the VideoPlayer component and disabling the relevant code, my app works again.
Since our app won’t work after upgrading Unity to 202x, so we have to figure out another way to show the animation instead of using VideoPlayer