I’m actually working on a full new version, and I will publish as soon as it is done.
If you want to download the old version visit: https://hirujaedurapola.com/clayway-up (or just play the web version)
I’m actually working on a full new version, and I will publish as soon as it is done.
If you want to download the old version visit: https://hirujaedurapola.com/clayway-up (or just play the web version)
Thanks mate! Yeah, I’m working on improving the music lol.
...and about the hitbox, it’s actually the same size as the spike, a triangular one, so it should match 1:1. Maybe something got messed up during export. I’m also working on a few other bugs, so I’ll definitely take another look at it too. Thanks for the suggestion!
Guys, if the game is taking too long to load, try downloading it via: https://hirujaedurapola.com/clayway-up
I think itch.io has removed it for some reason.
Download it via https://hirujaedurapola.com/clayway-up
I had to set up an entire Express.js server to run this lol.
:3000/Build/Maze%20M…s.framework.js.gz:1 Uncaught SyntaxError: Invalid or unexpected token
The index.html file doesn't pass the header `Content-Encoding: gzip` because of this, the game doesn't run as the browser expects a plain JS file. I had to make an express.js server and tell it to manually pass the headers.
I thinks this error can be fixed when exporting from Unity.