摘要:
1.游戏物体的碰撞检测和触发检测 1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 public class Player : MonoBehaviour 6 { 7 pu 阅读全文
摘要:
1.代码 1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 public class Player : MonoBehaviour 6 { 7 public float s 阅读全文
摘要:
1.问题 Unity2020 在 Play Scene 的时候报错如下: Assets\Standard Assets\Utility\SimpleActivatorMenu.cs(11,16): error CS0619: 'GUIText' is obsolete: 'GUIText has b 阅读全文