目前找到的解决方案是用代码加Event: using System.Collections; using System.Collections.Generic; using UnityEngine; public class NewBehaviourScript : MonoBehaviour { public bool b = false; public bool b1 = true; public AnimationEvent mEvent; // Use this for initiali
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerControll : MonoBehaviour { Transform playerTransform; Animation playerAnimation; Rigidbody playerRigidbody; public float moveSpeed; public float jumpAbi