Unity-Technologies / Addressables-Sample

Demo project using Addressables package
1.29k stars 298 forks source link

Does Addressables support 8K videos? #89

Open yq-Liang opened 11 months ago

yq-Liang commented 11 months ago

Hello, I'm trying to play 8k video in Unity with Addressables to manage the resources, however, I met several errors when I clicked build in Addressables Groups plane. And the bulid process sees endless. I have no idea about this situation so turn to you for help. These errors are following:

Cannot recognize file type for entry located at 'Assets/Resources_moved/2_8K.mp4'. Asset import failed for using an unsupported file type.UnityEditor.GenericMenu:CatchMenu (object,string[],int)
Addressable content build failure (duration : 0:00:00)UnityEditor.GenericMenu:CatchMenu (object,string[],int)

I'd like to make sure that if Addressable supports videos of 8K or higher resolution?