Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

For me it was going SO FAST! I wasn't even able to keep up with what I was seeing. I think the problem was putting the code for movement inside the Update() function, instead of using the FixedUpdate() which calculates the moving physics and rigidbodies much better!