A small 3D coin-collection game built with Unity. Move the player around the level, collect every coin, and complete the game.
- Rigidbody-based player movement
- Keyboard controls using Unity's Input System
- Collectible coin prefabs
- Coin counter and win message
- Smooth follow camera
- Universal Render Pipeline (URP)
| Action | Keys |
|---|---|
| Move | WASD or arrow keys |
- Install Unity Hub.
- Install Unity 6000.5.1f1 or a compatible Unity 6 editor.
- Clone this repository.
- In Unity Hub, select Add > Add project from disk and choose the cloned folder.
- Open
Assets/Scenes/MainLevel.unity. - Enter Play mode.
Assets/Scripts— gameplay scriptsAssets/Scenes— game scenesAssets/Prefabs— reusable game objectsPackages— Unity package dependenciesProjectSettings— Unity project configuration