Please find the project files for this tutorial attached.
Any questions or issues please let us know.
Thanks
In this Unity tutorial we're going to look at how how to pick up collectables when the player collides with them. We'll start by creating a diamond prefab that we can then reuse all over the scene. We'll add a collider to the diamonds and show how to write a script to allow the player to collect the diamonds on collision. Finally we'll add some UI elements to show the player how many diamonds they have collected. The project files are available to our patrons here: ► https://www.patreon.com/posts/61579877 Want to follow along? This project is a good starting point ► https://www.patreon.com/posts/61188973 The final script can be found here ► https://dotnetfiddle.net/Rzs92c The diamond sprite used in the tutorial can be found here ► https://bit.ly/3FTX7IZ Help support our work: ► Patreon: https://www.patreon.com/ketragames ► Ko-fi: https://ko-fi.com/ketragames Follow us: ► Ketra Games: http://www.ketra-games.com ► Patreon: https://www.patreon.com/ketragames ► Twitter: https://twitter.com/ketragames ► Facebook: https://facebook.com/ketragames Introduction - 0:00 Getting Collectable Items from the Asset Store - 00:34 Creating a Diamond Prefab - 1:07 Setting up the Diamond Collider - 3:11 Creating Scripts to Pick Up the Diamonds - 4:13 Adding UI Elements - 7:22 Adding Scripts to Update the UI - 10:04 Adding more Diamonds - 13:07 Summary - 13:50 #KetraGames #LearnUnity #UnityTutorials #UnityTips