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
2019/5/4 18:48:13
38KB
gi
IF
ni
1