UnityException:标记:未定义

时间:2016-09-07 16:19:27

标签: c# unity3d tags

我正在关注Unity Roll A Ball Tutorial,但我在拾取旋转物体时遇到了问题。每当我滚动它们时,我都会收到此错误:

  

UnityException:标记:未定义PickUp。   PlayerController.OnTriggerEnter(UnityEngine.Collider other)(在Assets / Scripts / PlayerController.cs:30)

我确保我的标记PickUp与代码中的标记完全相同,但仍然无效。我一直试图解决这个问题,所以任何帮助都会受到赞赏。

1 个答案:

答案 0 :(得分:5)

您必须先从编辑器中添加标记(PickUp),然后才能从脚本中引用它。

enter image description here