New Github Repo Uploaded
Added 2024-08-27 14:22:35 +0000 UTCHey guys!
I'm trying to get a little ahead due to the game jam, so I've posted the repository for next week's tutorial now!
This one was a request from one of you! And it's a best-proactices tutorial for collectables.
This project uses a simple approach using an abstract class to re-use a lot of boiler-plate code (to save you you) and keep the collectables scripts small and simple. So exanding this system to have all kinds of collectables that do just about whatever you want is extremely easy!
In this example, I have coin collectables, and powerup collectables (which unlock an invisibility and bomb throwing ability on my player)
The repo is called "TUT-Collectables-Best-Practices"
Hope you enjoy!