自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Yu

  • 博客(2)
  • 资源 (4)
  • 问答 (1)
  • 收藏
  • 关注

原创 Unity 3D - Assertion failed on expression错误

在写ConsoleWindow的双击重定向编辑器扩展的时候,出现了这个错误. 最终发现原因是,在inspectors刷新之前,双击跳转会报这个错,解决办法就是用Unity的EditorApplication延迟调用.EditorApplication.delayCall = delegate (){ //do something};...

2018-07-30 14:59:02 19189

原创 Unity 3D - Text空格自动换行问题

Unity 3D - Text空格自动换行问题:遇到一个Unity自身的小问题,文本前加空格会自动换行问题 从5.6版到2018.1都一直存在(5.6以前版本未测试,应该也存在)这是正常文本内容 加上空格以后,自动换行了 解决办法:将输入法的半角换成全角然后再输入空格就正常了 ...

2018-07-02 15:56:41 9776 4

VS各版本AssistX免费补丁

Visual Assist X 和谐补丁,适用于VS2017,点击安装即可.

2018-10-11

Visual Assist X 适用于VS2017

Visual Assist X 和谐补丁,适用于VS2017,patch过程简单,点击安装即可.

2018-08-23

Editor Console Pro 3.94

Editor Console Pro is a powerful replacement for Unity's editor console. As seen in: Part of the 2017 Unity Mobile Essentials Pack! Using Console Pro you can: - Use a search field to filter all entries by text, file name, class, GameObject name on the fly. - Search and filter using Regular Expressions. - Create custom filter groups with their own colors, icons, and toggle buttons, instead of just the default Logs, Warnings, and Errors. - See the source code surrounding each method call in the stack, allowing you to see and jump to the code around the log. - Open your code editor to any method or line in a log's stack by clicking on it, rather than just to the Debug.Log call. - Easily see a log entry's file name, namespace, GameObject name, and class in columns. - Ignore logs you never want to see again. - Ignore custom Debug.Log classes in the stack, so double clicking never takes you to the wrong code. - Watch variables without spam using special logs that collapse even though they have different content. - Use remote logging to get logs and stacktraces off of a standalone build or a phone/tablet build. - Colorize the entire log line so you can quickly see different log types. - Use custom fonts and colors. - Copy full logs and stack traces to the clipboard with one click. - Export the entire console output to a txt file, including stack traces. - Override Unity's status bar click.

2018-01-23

Unity3D - CameraPlay插件

要求Unity 5.4.0 或更高版本。 Camera Play是Unity的扩展,允许您仅使用一行代码即可快速添加特殊的相机效果到您的C #脚本。 Camera Play是一个强大的解决方案,可以快速添加特殊效果到您的2D、2.5D和3D制作。 为您的创作带来全新的维度。快速添加下一代密钥。节省制作时间。 例如,使用一行代码,您可在脚本中快速添加子弹冲击效果,无需手动画动画。为您的相机添加一滴水,带令人印象深刻的失真效果,为您的过场动画激活黑色条纹。所有这些都可以通过Camera Play实现。 描述: - 对于Unity 5.6 x及以上 - 仅适用于C # - 30种完全可设定的效果 - 此外,血液、子弹冲击、场景效果等 - 令人印象深刻的水滴效果 - 10种夜视效果 - 10种“喝醉”的效果 - 包含源代码 - 与最新手机的出色兼容性 - 每次更新时,免费增加新效果

2017-09-22

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

TA关注的人

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