UnityPlugin-AVProVideo
UnityPlugin-AVProVideo copied to clipboard
[Question] [Android]AVPro can't use on xiaomi mix2 with vulkan API
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.
- Unity version
- Unity editor platform
- Video API
- Video specifications (resolution, codec, FPS, bitrate, streaming/local)
- Any other Media Player component configuration required to reproduce the issue.
- Which output component(s) are you using?
- Any other component configuration required to reproduce the issue
- Can you reproduce this in a new project, running only one of the AVPro Video demo scenes?
- If you run a new project and use Unity's video player with Vulkan, with the video used, does it work?
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
Linking #1869
got it, thanks