Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

im crashing with: "couldnt find mono in the registry". Probably a godot bug though

You are missing the Mono sdk

Install instructions

You have to install Mono SDK 5.12 first.

Linux: Run "sudo apt install mono-complete" in terminal.

Windows/Mac: Mono SDK download link: https://download.mono-project.com/archive/5.12.0/


I will try fixing this when Im getting home after work :)

please do fix it, your game looks very interesting

Should be fixed now! :)

Players shouldn't need to have the Mono SDK installed though if you're distributing the exported version (unless it's a bug).

(1 edit)

I built My game with the c# version of the engine but write it with gdscript. Did I miss checking some variable?

EDIT: I built this with the non-mono stuff and now it works.