Addressables-Sample icon indicating copy to clipboard operation
Addressables-Sample copied to clipboard

Does Addressables support 8K videos?

Open yq-Liang opened this issue 2 years ago • 0 comments

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?

yq-Liang avatar Sep 25 '23 07:09 yq-Liang