My project uses some videos in the UI. One group of videos has the following dimensions: 834x720. The rest have the dimensions 1280x720.
In 4.16 and 4.17 they have been working fine. But in 4.18 the first group, with dimensions 834x720, no longer plays (just black output). This has nothing to do with textures or materials - they are black if I try to play them in the MediaPlayer object.
I have tested this in a blank project - linked in a video with each set of dimensions via a FileMediaSource object in the content browser; created a MediaPlayer (no texture or material); and tried to play the video in the MediaPlayer. Sure enough, the 1280x720 works fine, but the 834x720 video just outputs black for its entire duration. Prior to 4.18, this isn’t the case.
Thanks,