So I’ve done the whole first tutorial now, the ball game. I built it and ran it. Everything works except collecting the collectables. I just go through them and there’s no collision. Any ideas? I’ve even copied the scripts from the tutorial (wrote by hand to get it in to my fingers first).
Possibilities:
Do you have colliders on both the player and the pickups?
Does the box collider on each pickup have the box for “Is Trigger” checked?
1 Like
Did you spell OnTriggerEnter correctly?