Hi, I’d like to add 1 to my score label each time the “Player” collides with the “Plane”
Does anyone know how I could do this?
Still need help with this post…
Add on OnCollisionEnter function to your player, set a floor tag, give the floor the tag and then in the OnCollisionEnter function add an if statement to check if the tag is floor, if so increase the score by how much you want it to.