Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

First of all, I want to thank you deeply for all the incredible work you've done on Unity Underground. This project allows me to revisit one of my favorite classic games from my childhood and I really appreciate your dedication

I found a bug I'd like to report for UUBuild14Aug2026:

Issue: The Rune of Warding spell (level 2) transforms into a "ruined hand axe" when I reload a saved game.

How to reproduce:

  1. Cast the "Rune of Warding" spell (level 2)
  2. The rune appears floating in the air as expected
  3. Save the game
  4. Reload the save
  5. The rune has been transformed into a "ruined hand axe"

Seems to be an object serialization issue during save/load. 

Thank you again.

Hah, thanks for finding that. Yeah, the hand axe is id 0, so it looks like save/load doesn't know what to do with the rune. (Much like players... :) )

Yeah you're right it's useless but I use it for immersion: I don't like leaving stuff and treasures lying around unguarded in a room, with the rune at least I'm putting an alarm on them :)

I have a fix for this. It's not in a build yet but probably in a day or two.