Devlogs
Update 2
SurviveA downloadable game for Windows and Android
Posted May 30, 2025 by MB
Things Done:
- Assets Retrieved (Unity Asset Store)
- UI Extras Valentine's Day - over 490 PNG Files (Needed Heart Icon)
- Tool Icons and Blood Sprites (Needed Crowbar Icon)
- RPG Icons Free Starter Pack (Needed Pile of Gold Icon)
- Gun Icon Package (Needed Shotgun and
- Canvas
- Player Status Canvas
- Added Image of Gold Icon and Text
- Added Shop Canvas
- Manager
- Player
- Added Wallet Script
- Added Capsule Collider
- Set to Trigger
- This is for the Player to be damaged
- Script Change
- Damage Collider (VRIF)
- Added an OnTrigger Event for damage
- Enemy
- Added EnemyDrops Script
- Changed condition for OnDeath
- Removed the Spawning of Pickup_Heart
- Added EnemyDrops -> SpawnDrops();
- Pickup
- Added Pickup_Coin that adds money to the player's wallet
- Testing