摘要:
原文来自于:http://wiki.unity3d.com/index.php?title=AutoSave#C.23_-_AutoSave.cs 用于:在编写项目时,unity 的Bug导致强制退出,来不及保存 点击查看代码 using UnityEngine; using UnityEditor 阅读全文
摘要:
骑马系统 人物在马上的脚本 using MalbersAnimations; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ThirdPersonRidingHo 阅读全文
摘要:
把原先的PlayerController脚本替换为这个 ThirdPersonMove using UnityEngine; using UnityEngine.InputSystem; public class ThirdPersonMove : MonoBehaviour { //锁定目标 pu 阅读全文