reason: '*** -[AVAssetWriterInputPixelBufferAdaptor initWithAssetWriterInput:sourcePixelBufferAttributes:] Cannot create a new pixel buffer adaptor wi
分类:
其他好文 时间:
2016-03-04 16:08:19
阅读次数:
121
使用ALAsset获取图片的缩略图,一般都有模糊的问题 [_imageView setImage:[UIImage imageWithCGImage:asset.thumbnail]]; 对于这种问题,比较简单的修改方法是使用 [_imageView setImage:[UIImage imageW
分类:
移动开发 时间:
2016-02-29 16:17:47
阅读次数:
162
composerselfupdate清除缓存composerglobalrequire"fxp/composer-asset-plugin:~1.0.0"遇到的问题就可以直接创建项目composercreate-project--prefer-distyiisoft/yii2-app-basicbasic
分类:
其他好文 时间:
2016-02-19 19:13:15
阅读次数:
203
Yii 2官网推荐用Composer安装框架: 命令:php composer.phar global require "fxp/composer-asset-plugin:1.0.0" 在本地出错:Could not open input file: composer.phar。 在 "官网->文
分类:
其他好文 时间:
2016-02-16 14:40:51
阅读次数:
288
在Gemfile文件中添加'bootstrap-sass',再运行bundle install gem 'bootstrap-sass' 在config/application.rb添加一行代码,让bootstrap-sass和asset pipeline兼容 class Application <
分类:
其他好文 时间:
2016-01-31 21:27:45
阅读次数:
269
本文由博主(YinaPan)原创,转载请注明出处: http://www.cnblogs.com/xsln/p/Animator_Override_Controller.html一、Animator Override Controller简介: 动画覆盖器是一类asset,它允许你扩张已经存在的动....
分类:
其他好文 时间:
2016-01-22 21:16:08
阅读次数:
147
Editor Style Viewer 在开发过程中,我喜欢编写一些辅助的Editor插件,方便在游戏开发过程进行调试。 下面是摘自Asset Store的一个查看Unity 默认GUI样式的小工具 插件链接:Editor Style Viewer https://www.assetstore.un...
分类:
编程语言 时间:
2016-01-21 13:40:13
阅读次数:
786
The Animator Override Controller is a type of asset which allows you to extend an existing Animator Controller, replacing the specific animations used...
分类:
其他好文 时间:
2016-01-16 16:52:03
阅读次数:
424
相册无法读取到部分image,代码如下var options = PHImageRequestOptions()PHImageManager.defaultManager().requestImageForAsset(asset, targetSize: size, contentMode: PHI...
分类:
移动开发 时间:
2016-01-12 16:59:27
阅读次数:
1761
//----createascriptableobject and add it to an existing assetCmyScriptableObject obj =ScriptableObject.CreateInstance();AssetDatabase.AddObjectToAsset...
分类:
编程语言 时间:
2016-01-03 02:36:42
阅读次数:
667