自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Delong-IT

学习、总结、分享

  • 博客(5)
  • 资源 (11)
  • 收藏
  • 关注

原创 BCE0048: Type 'UnityEngine.Component' does not support slicing.

解决方法:将animation改成GetComponent.() GetComponent.<Animation>()["idle"].speed = Random.Range(0,2.0); //animation["idle"].speed = Random.Range(0,2.0);

2017-07-29 01:44:44 2008

原创 error CS1061: Type `UnityEngine.Mesh' does not contain a definition for `GetTriangleStrip' and no ex

把GetTriangleStrip改成GetTriangles,对应着SetTriangleStrip也要改成SetTriangles。

2017-07-28 02:07:40 6859

原创 Unity4.x 天空盒子升级5.x显示混乱

解决方式: 找到项目中“标准资源”(Standard Assets),点击天空盒子的材质,出现提示信息“This texture contains alpha, but is not RGBM(Incompatible with HDR[高动态光照渲染])”点击“Fix Now”进行自己主动修复就可以。

2017-07-28 00:13:15 1182

原创 Destroy may not be called from edit mode! Use DestroyImmediate instead. Also think twice if you real

Destroy may not be called from edit mode! Use DestroyImmediate instead. Also think twice if you real编辑模式下 不能调用Destroy,请使用 DestroyImmediate 。

2017-07-27 23:54:30 3082 1

原创 CameraMotionBlurEditor 在uinty5.x 报错

Ambiguous reference 'preview': CameraMotionBlurEditor.preview, UnityEditor.Editor.preview.需要把var preview : SerializedProperty; 改为 var preview_ : SerializedProperty;

2017-07-27 23:51:55 1247

华为项目管理10大模板Excel版(可直接套用_非常实用).xls

华为项目管理10大模板Excel版(可直接套用_非常实用)

2020-07-02

互联网的内容运营.xmind

互联网的内容运营.xmind

2020-07-02

互联网产品的从无到有.xmind

互联网产品的从无到有 思维导图

2020-07-02

产品经理职责.png

产品经理职责思维导图

2020-07-01

CMake Mac版 V3.16.5

CMake Mac版是一款Mac平台上免费的编译工具,CMake旨在构建、测试和软件打包。CMake是用于控制软件使用简单的平台和编译器编译过程独立配置文件。CMake生成本机makefile和工作区,可以使用您所选择的编译器环境。

2020-04-03

eclipse-color-theme-0.12.0

eclipse下非常好用的主题插件,安装后可以修改主题,适合厌倦了eclipse默认主题的用户

2016-06-12

kxml2-2.3.0

kxml2-2.3.0

2016-04-25

文件夹合并器

文件夹合并器

2016-04-25

Android 4.4 SDK Reference(2014.1.12 by YGX)

Android 4.4 SDK Reference

2016-04-25

Android核心技术与实例详解—Android游戏开发实践—快乐数独

Android核心技术与实例详解—Android游戏开发实践—快乐数独

2012-09-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除