Search code examples
iosunity-game-enginevideocodecmobile-devices

Unity - Video codec for older mobile devices


I am searching for a video codec for Unity that will run on older mobile devices. I have tried H264 and VP8, but I have not been successful. Below IOS 10 is where I experience the issue. Do you have any suggestions? Thank you.


Solution

  • When outputting the H.264 video, set the Profile to Baseline in your encoding software. This will make it compatible with older devices.