搜索资源列表
bmp
- 能够 通过静态路径 或者动态路径加载位图 显示位图 -Paths through static or dynamic path to load the bitmap display bitmap
Static-display-bitmap-BMP
- 动态的加载一幅BMP位图 基于对话框显示 编译运行已通过-Dynamic load a BMP bitmap display dialog-based Compile and run through
unity3Dynamic-map.txt
- 由于Unity 不支持GIF动画贴图,所以目前在Unity里面做动态贴图,有两个办法。 一种是将图片导入成关键帧图片序列,类似(0,1,2...)然后在用脚本根据时间逐帧加载贴图. 另一种是将动画里面的关键帧画在一张大图上,然后用OFFSET来根据时间决定贴图的显示位置,从而实现图片改变的动画效果。-Since Unity does not support GIF animated maps, so now there to do dynamic textures in Unity