上一页 1 2 3 4 5 6 7 8 9 ··· 21 下一页
摘要: 先将个笑话: Sprite 转 Texture Sprite.texture;//蓦然回首才发现自行车就放在那里,之前还傻傻的到处去... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(894) 评论(0) 推荐(0) 编辑
摘要: 到官方地址下载zip 解压后是这样的 打开unity包管理器,点击左上角加号,选第一项从磁盘添加,导入刚解压好的文件中的packa... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(29) 评论(0) 推荐(0) 编辑
摘要: CMD命令:开始->运行->键入cmd或command(在命令行里可以看到系统版本、文件系统版本) 下载链接:pan.baidu.c... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(413) 评论(0) 推荐(0) 编辑
摘要: int count = parentTransform.childCount; //参数为物体在当前所在的子物体列表中的顺序 ... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(27) 评论(0) 推荐(0) 编辑
摘要: IEnumerator CaptureScreenshot() { //只在每一帧渲染完成后才读取屏幕信息 ... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(371) 评论(0) 推荐(0) 编辑
摘要: //工具脚本1: using System;using System.Collections;using System.Collec... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(933) 评论(0) 推荐(0) 编辑
摘要: 需要先导入DOTween插件 脚本非常简单,仅仅是加减运算而已 using System.Collections;using Sys... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(206) 评论(0) 推荐(0) 编辑
摘要: using System.Diagnostics; Process kbpr = System.Diagnostics.Proces... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 获取字符串中的中文字符 写法一: /// /// 保留中文字符/// /// /// public static string Ke... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(936) 评论(0) 推荐(0) 编辑
摘要: 两种写法 写法一:写法二: 写法一: using System.Collections;using System.Collect... 阅读全文
posted @ 2022-06-22 18:05 哒哒哒~~~ 阅读(313) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 21 下一页