Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Amorindis

4
Posts
A member registered Apr 21, 2022 · View creator page →

Creator of

Recent community posts

Really liked it. the only things I saw are really nit-picks. The area in the first level where it shows "Sacrifice [E]" sends me back to the beginning rather than to the same room, and the movement seems shaky. 

I'm assuming you used transform.Translate when moving your character, as I've seen that cause the same thing during my testing. Another option would be to set the velocity of the rigid body (playerRigidBody.velocity = new Vector3(*direction*)) instead of just changing its position. 


Overall, really fun and well done!

Simple, but well done. I like the story.

The flag is the end. I was going to add narration to it to help explain what was going on, but ran out of time.

The wall jump issue I tried to fix with raycasting, but I guess I needed a ray for the top and bottom corners or another box collider to prevent the movement.

Thanks for the play and comment! :)