ouuulz

导航

2025年7月17日 #

🎮 Unity动画Trigger避坑指南

摘要: 🎮 Unity动画Trigger避坑指南:从卡帧到丝滑的全记录 🔍 问题初现 // 我的跳跃代码(有问题版本) void Update() { if(Input.GetKeyDown(KeyCode.Space) && isGrounded) { anim.SetTrigger("Jump"); 阅读全文

posted @ 2025-07-17 20:43 ouuuh 阅读(75) 评论(0) 推荐(0)

🔄 Unity角色翻转问题解析与解决方案

摘要: layout: post title: 🔄 Unity角色翻转问题解析与解决方案 subtitle: Unity学习 date: 2025-07-17 author: ouulz header-img: img/post-bg-re-vs-ng2.jpg catalog: true tags: - 阅读全文

posted @ 2025-07-17 17:19 ouuuh 阅读(55) 评论(0) 推荐(0)