UnityPlugin-AVProVideo icon indicating copy to clipboard operation
UnityPlugin-AVProVideo copied to clipboard

[Question] [Android]AVPro can't use on xiaomi mix2 with vulkan API

Open xiajunyan opened this issue 2 weeks ago • 4 comments

AVPro Video Version

ultra3.3.4

Which platform is your question for?

Android

Your question

when app start, i only see purple screen. here is project settings and logfile.

Image Image

Xiaomi-MIX-2-Android-9_2025-12-10_161832.txt

xiajunyan avatar Dec 10 '25 08:12 xiajunyan

  1. Unity version
  2. Unity editor platform
  3. Video API
  4. Video specifications (resolution, codec, FPS, bitrate, streaming/local)
  5. Any other Media Player component configuration required to reproduce the issue.
  6. Which output component(s) are you using?
  7. Any other component configuration required to reproduce the issue
  8. Can you reproduce this in a new project, running only one of the AVPro Video demo scenes?
  9. If you run a new project and use Unity's video player with Vulkan, with the video used, does it work?

Chris-RH avatar Dec 10 '25 09:12 Chris-RH

I can see from your log file that Vulkan initialisation has failed as the device does not support a required extension, and fell back onto OpenGLES2 graphics API which is not supported by AVPro Video.

Make sure in your project settings that Auto Graphics API is disabled and the Graphics API list matches the following:

Vulkan
OpenGLES3

MorrisRH avatar Dec 11 '25 11:12 MorrisRH

Linking #1869

MorrisRH avatar Dec 11 '25 11:12 MorrisRH

got it, thanks

xiajunyan avatar Dec 11 '25 12:12 xiajunyan