I found that when using VideoPlayer to play videos on Android 15, a bug occurs:
- Android Version: 15
- Device: Pixel 7a
- Unity Version: 2021.3.55f1
Specific issue:
- The video playback results in a black screen, or it displays a distorted image when stopping the video. However, if I change some of the splash screen parameters in the ProjectSettings to the following values, the video playback works correctly:
- m_SplashScreenBackgroundColor: {r: 1, g: 1, b: 1, a: 1}
- m_ShowUnitySplashScreen: 1
- m_ShowUnitySplashLogo: 0
- m_SplashScreenAnimation: 0
Does anyone know why this happens?