Unity3D/iOS
[펌] UnityEngine.Videoplayer not rendering video on IOS Devices
blueasa
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.
UnityEngine.Videoplayer not rendering video on IOS Devices
I am using unity's video player to render a video in the scene, I spawn the video in the scene dynamically, (Render Mode: Camera Far Plane) Let it play on awake And Assign its texture on to a raw
stackoverflow.com
반응형