摘要: https://www.bilibili.com/video/BV19Z421i7rs/?spm_id_from=333.788&vd_source=106601ca71b1d910c1ac4aa2466b744c https://github.com/ancientElement/AE_Skill 阅读全文
posted @ 2024-09-13 11:46 三页菌 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://fluxai.art/zh-CN 解决AI画手问题 阅读全文
posted @ 2024-08-29 09:56 三页菌 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://6tail.cn/calendar/api.html 非常牛逼 Unity将当前时间转为天干地支 using System; using Lunar; using UnityEngine; public class GanZhiTimeConverter : MonoBehaviou 阅读全文
posted @ 2024-08-08 00:51 三页菌 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://www.gameres.com/812566.html 阅读全文
posted @ 2024-07-31 09:56 三页菌 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 视频: https://www.bilibili.com/video/BV1aN4y1f718/ 模型浏览器:https://valveresourceformat.github.io/ 皮肤查询器:https://csgo.jokan.site/ cs2模型直接下载网站:https://sketc 阅读全文
posted @ 2024-05-19 01:11 三页菌 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 非常重要,最新steam营销推广 https://store.steampowered.com/news/group/4145017/view/4191238396458987547 阅读全文
posted @ 2024-05-15 22:07 三页菌 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/HG2131/article/details/123824592 阅读全文
posted @ 2024-02-20 15:00 三页菌 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 代码 using System.Runtime.CompilerServices; using System.Threading.Tasks; using UnityEngine; using UnityEngine.Networking; public class TestKimi : MonoB 阅读全文
posted @ 2024-02-07 17:40 三页菌 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 解决方案 把图集大小从1024改成2048,因为汉字太多了,1024的图集本来就装不下导致的部分缺字 做字体的我们先根据原始字体创建一个 Font Asset 这个为静态,复制一个做动态,修改动态的图集大小 阅读全文
posted @ 2023-12-17 09:57 三页菌 阅读(115) 评论(0) 推荐(1) 编辑
摘要: using UnityEngine; public class CubeCheck : MonoBehaviour { // 长方体的位置、旋转和尺寸 public Vector3 position = new Vector3(0, 0, 0); public Quaternion rotation 阅读全文
posted @ 2023-12-11 18:26 三页菌 阅读(147) 评论(0) 推荐(0) 编辑