Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is a problem I'm really unsure how to fix. On my computer, the game works fine, but I noticed that when other people play it on their devices, that the player moves considerably slower than intended. It may have to do with my bad laptop, but I really don't know how to change it. With the wall, you're meant to jump off it to get higher, which is done by holding the W key and jumping off the wall. I thought this might have been easier to figure out than it turns out to be.

On my game i have a simliar problem I think it could be the use of the Update loop. Perhabs. 

I couldn't get over the first "spikepit" ... but nice game, super music!

I've updated the game so now you should be able to get further in the game. Turns out it was because I was using Update, and for rigidbodies you should instead use FixedUpdate. You should be able to complete the game now!