05 2019 档案
摘要:unity中创建的脚本,以LF结尾。 Visual studio中创建的脚本,以 CRLF结尾。 当我们创建一个unity脚本后,再用VS打开编辑保存后,这个文件既有LF结尾符,也有CRLF结尾符。 解决办法:更改unity的代码生成模板,把行尾符改为 CRLF
阅读全文
摘要:D:\ADB>adb devicesList of devices attachedadb server version (31) doesn't match this client (40); killing...could not read ok from ADB Server* failed
阅读全文
摘要:https://zhuanlan.zhihu.com/p/65128242 虚幻引擎课程库:https://preview-academy.unrealengine.com/courses/library 虚幻引擎文档: http://api.unrealengine.com/CHN/Program
阅读全文