Unity 2D UFO Lesson 3 Picking Up Collectables - jasonweibel/HyperStream-Unity GitHub Wiki
Hyperstream : Unity 2D UFO Lesson 3 - Picking Up Collectables
-
Open PlayerController script in Visual Studio.
-
Uncomment the if statement in the OnTriggerEnter2D method.

-
Assign PickUp tag to Pickup Prefabs, select the Pickup Prefab.

-
Change Tag to PickUp.

-
Play Game.
Attachments:
image2017-8-27_7-56-13.png (image/png)
image2017-8-27_7-56-31.png (image/png)
image2017-8-27_7-56-42.png (image/png)