Unity 2D UFO Lesson 3 Picking Up Collectables - jasonweibel/HyperStream-Unity GitHub Wiki

Hyperstream : Unity 2D UFO Lesson 3 - Picking Up Collectables

  1. Open PlayerController script in Visual Studio.

  2. Uncomment the if statement in the OnTriggerEnter2D method.

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

  4. Change Tag to PickUp.

  5. 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)