Detecting Collisions with Collectibles

Tutorial

·

Beginner

·

+10XP

·

15 mins

·

(9915)

Unity Technologies

Detecting Collisions with Collectibles

1. Disable PickUps with OnTriggerEnter

2. Add a tag to the PickUp Prefab

3. Write a conditional statement

4. Set the Pickup Colliders as triggers

5. Add a Rigidbody component to the PickUp Prefab

Complete this tutorial