Project unity: Rotate our Coins

3 months ago
39

How do you pick up coins in unity?
To pick up a coin in Unity we'll need to create a script that will be attached to a coin object and will get destroyed once the player comes in contact with it, updating the counter value. I will be using the 2D Character Controller, but you can skip this part if you already have a 2D controller.

Loading comments...