UnityException: Tag: is not defined

后端 未结 1 1157
再見小時候
再見小時候 2020-12-03 20:07

I\'m following the Unity Roll A Ball Tutorial but I\'m having an issue picking up the spinning objects. Whenever I roll over them I get this error:

U

相关标签:
1条回答
  • 2020-12-03 20:20

    You have to add the tag(PickUp) from the Editor before you can reference it from script.

    0 讨论(0)
提交回复
热议问题