ugui 在物体上实时更新位置 本脚本挂在那个地方都行 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class UICollor ...
分类:
编程语言 时间:
2019-12-23 17:08:28
阅读次数:
97
Unity shader error: “Too many texture interpolators would be used for ForwardBase pass” 解决方法:CGPROGRAM 下加一行:#pragma target 4.0示例如下: Ref: https://www.c... ...
分类:
数据库 时间:
2019-12-22 10:55:06
阅读次数:
107
引言 Unity 官方从 Unity 2017.1 版本开始,开源了引擎和编辑器的C#源码(源码地址:UnityCsReference),但核心的 C/C++ 部分源码并未开源。 编译环境 网上主要的源码有两个版本 Unity 4.3.1f1 和 Unity 4.7.1f1 ,但其实基本都是 4.3... ...
分类:
编程语言 时间:
2019-12-22 10:44:03
阅读次数:
308
1.浏览器支持 https://docs.unity3d.com/Manual/webgl-browsercompatibility.html 2.可用方案 1 using System; 2 using System.IO; 3 using System.Text.RegularExpressio ...
分类:
编程语言 时间:
2019-12-21 15:17:48
阅读次数:
451
https://blog.csdn.net/LLLLL__/article/details/88242711 Unity中各种坐标转换 ...
分类:
编程语言 时间:
2019-12-21 11:32:51
阅读次数:
139
1,lua profiler for unity : https://github.com/ElPsyCongree/LuaProfiler-For-Unity 参考文章:https://blog.csdn.net/wanna_ku/article/details/87535606 2,AUP ht ...
分类:
编程语言 时间:
2019-12-20 18:39:48
阅读次数:
89
yum install package安装python3:yum install python3安装后的问题:yum except KeyboardInterrupt, e是由于yum依赖与python,之前默认用的python2,在更改了优先级后默认变为了python3;而python3中异常是a... ...
分类:
其他好文 时间:
2019-12-20 00:52:03
阅读次数:
103
2019年是值得记录的一年,成长许多,也收获许多。 做了 10 场大会的技术演讲,成功内推 20 人拿到微软 Offer,知乎 Live 2000 听众,公众号 2 万粉丝,GitHub 2万 star,Code Runner 突破 1000 万下载量,成立了 VS Code 中文社区。 10 场演 ...
分类:
其他好文 时间:
2019-12-19 09:58:16
阅读次数:
91
官方游戏教程:https://learn.unity.com/project/ruby-s-2d-rpg?language=en 鲁比大冒险是一个2D游戏入门教程,涉及动画,特效,UI,瓦片地图,音效,打包。 故事内容 :小镇内的机器人到处破坏,为了拯救小镇,鲁比去修复地图中的机器人。 1.课程内容 ...
分类:
编程语言 时间:
2019-12-17 18:14:44
阅读次数:
142