I have a video Player component that loads a video file but I struggle to load larger files.
I’m using .mp4 with h264 codec.
1024x1024 works
1200x1200 doesn’t work
1280x720 works
1920x1080 works
2048x2048 doesn’t work
3840x2160 doesn’t work
What is the problem here? I can play all files with QuickTime but not in Unity.
I also tried using AppleProRes but it didn’t work for any resolution.
Are there any other formats I should try.