上传者: weixin_38700779
|
上传时间:2019/5/4 18:48:13
|
文件大小:38KB
|
文件类型:PDF
Unity3D实现播放gif图功能
Unity是不识别Gif格式图的,需求我们使用c#将gif里多帧图转化为Texture2D格式。
需求使用System.Drawing.dll.此dll在unity安装目录下就可以找到。
由于unity没有gif格式的文件,所以我们无法在面板指定,需求动态加载。
所以将gif图放在StreamingAssets文件夹下。
以下为源代码:usingSystem;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.Drawing;usingSystem.Drawing.Imaging;usingS
本软件ID:14871321