Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I really appreciate the scope of this project, the sword combat is actually very fun to control! I think the audio really drags down the presentation though. I think you should have music playing in the intro cutscene, and during the battle scene. I also think a change in font would go a long way as well. Minor aesthetic additions like that really do a lot to improve game feel, and they're actually pretty simple to add on unity with many tools to allow for it! 

(3 edits) (+1)

wait, you don't hear music? There is music, and it has a big role 😂 what sort of bug is this? What browser are you using? You can check out the walkthrough video to appreciate the cutscene with music in the meanwhile, or try the download version 

(+1)

Huh i guess the webgl messed up the music. That's really really unfortunate lmaaoooo. No problem I'll give the downloaded version of the game a play then!

(+1)

yeah I can't hear it either, and also other people are saying the same. But it was working, and I didn't update the game 😂 what's going on??

(+1)

Ok I understand what is going on, but I have no idea why. Immediately after the game loads (unity bar), you must click on the screen, and the music starts. It seems that the window is seen as inactive or something like that. It seems that clicking on the window allows the reproduction of the audio to the browser. Honestly, I never saw anything like that. I guess it is due to FMOD, it is the first time I use it

Yea it's a very odd bug I've done a lot of webgl-ing and i've never come across anything quite like it

(+1)

I read FMOD documentation, and found out that they require a player interaction to load the banks into the browser. Not sure why they do. I am working on adding one more screen in the WebGL version of the game, so that the player is forced to click to start the game. It's very annoying, but at least I am sure people will hear the music :D

That's a very smart fix!

(+1)

Fixed it! May you be so kind to check you hear the music in the webgl now?

Thanks!!!!

(+1)

Tried it and it works!

thanks so much 🔝

(+2)

We did the exact same thing in our game after realising this with FMOD!