Exercise 1. Collectibles
Continue with the Player character from the Input exercise.
Add multiple collectible GameObjects to the scene.
When the player character collides with a collectible, destroy it and add one to Player's internal counter of collected items.