摘要: ThirdPersonMove if (Input.GetKey(KeyCode.LeftShift)) { //animator.speed = moveSpeed * 1.5f / animator.humanScale; //只改变走路的速度,在混合树上乘这个SprintSpeed参数 ani 阅读全文
posted @ 2025-08-02 19:24 EanoJiang 阅读(25) 评论(0) 推荐(0)
摘要: 骑马系统 人物在马上的脚本 using MalbersAnimations; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ThirdPersonRidingHo 阅读全文
posted @ 2025-08-02 01:23 EanoJiang 阅读(397) 评论(2) 推荐(1)