KazukiKuriyama / unity-webgl-video-ios

WebGL's Video feature that also works on iOS
MIT License
2 stars 0 forks source link

unity-webgl-video-ios

Video playback on UnityWebGL is very unstable on some platforms (especially iOS). This source code avoids the problem by dynamically passing textures between jslib and C#.

If you will only use it in a PC environment, using the VideoPlayer component is sufficient without using this repository. However, it will not be possible to play the video if it is accessed from iOS.

Notes