[펌] UnityEngine.Videoplayer not rendering video on IOS Devices
Unity3D/iOS / 2022. 11. 25. 14:04
[추가]
Unity의 VideoPlayer iOS는 H264/H265를 지원안한다고 한다.
VP8(.webm) 쓰자..
So the problem was, H264 and H265 Codecs are not supported for some reasons in IOS, You have to convert all your videos to VP8 Codec in unity, and it will render fine in ios devices.
And Voila, it should work fine now.
반응형
'Unity3D > iOS' 카테고리의 다른 글
[Runtime/Crash] com.apple.root.default-qos SIGABRT ABORT 0x00000001e01bf4c4 (0) | 2023.06.08 |
---|---|
[Xcode] PostProcessBuild(with FixPodFile) (0) | 2022.12.11 |
[빌드에러] (Xcode 14): Signing for "GoogleSignIn-GoogleSignIn" requires a development team. (0) | 2022.11.18 |
[펌] PostProcessBuild에서 PodFile 수정 방법 (0) | 2022.11.18 |
[펌] [Xcode] Set 'Always Embed Swift Standard Libraries' in PostProcess (0) | 2022.11.17 |