So i’m doing the first tutorial on the Unity website. Everything works fine, except when I try and pick up the little ‘gems’. My ball just passes straight through it and I get this error:
UnityException: Tag: Pick Up is not defined.
PlayerController.OnTriggerEnter (UnityEngine.Collider other) (at Assets/Scripts/PlayerController.cs:30)
Common Errors Which I’ve Checked isn’t mine:
My tag is named correctly, I copied and pasted from the script, case-sensitive and everything.
IsTrigger is on for all my objects
I can enter playmode so it’s most likely not a scripting error.
All pickups and my player sphere both have colliders.