Create 3D Collectables In Unity

Today I am creating floating coin collectables for my new 2.5D platformer.

Vincent Taylor
Jan 14, 2022
A coin collectable worth 1 point
A coin collectable worth more than 1 point

Today’s Objective: Create a simple coin collectable for my new 2.5D platformer game.

The Code:

Create a new C# script called something like “Collectable”.

Create the variables which will control the collectable’s behavior.
Calculate and apply the movement changes to the collectable
Floating and spinning
When the player touches it, collect the collectable
Collection by the player

A simple and very nice looking collectable for any game: Complete!

--

--

Vincent Taylor

Unity game developer / C# Programmer / Gamer. Australian (Tasmanian) indie games developer for 10+ years. Currently looking for games industry employment.