Unity 在平面上播放含透明通道的视频(Play video with alpha channel on plane in unity)

1. 将带有 Alpha 通道的视频文件转为 VP8 格式的 webm 文件:

ffmpeg -i video-with-alpha.mov -c:v libvpx -pix_fmt yuva420p -b:v 2M -auto-alt-ref 0 output.webm

2. webm 导入 Unity,拖到到 Plane 的 Inspector 上的空白区域

3. 创建 Material(Shader = Particles/Standard Unlit, Rendering Mode = CutOut, Color Mode = Multiply),拖到 Plane 的 Inspector 上的空白区域

posted on 2024-10-24 16:54  deerchao  阅读(88)  评论(0编辑  收藏  举报