Thanks for the feedback! There’s no web build because Unity crashes whenever I switch platforms to export; right now, it won't even let me open the project—not even the GitHub backup. I’ve tried everything, but nothing works. I suspect it might be a driver issue affecting Unity. I’m thinking about switching to Godot for future game jams—what do you think??
Viewing post in OVERVALUED jam comments
Keep in mind Godot has its own language gd script but it's quite easy to learn and there's plenty of tutorials online! (technically you can also programm in c# if you selecet net build but this one does not support web build and can come to complications, would not recommend that, better to use gd script) Also since the engine is quite lightweight it should not really crash and also supports web builds (if you use gd script). You can definitely try it out on your next game jam and if your not fond of it still switch back to unity. I myself don't do programming, this is the opinion of my partner but I also worked in Godot and found it quite easy to navigate even as non-programmer.