Interesting, yeah I knew about some of the weird platforming issues. I wanted to fix them but just ran out of time. Thanks for the info about the Platform Effector though. I'll keep that in mind next time I'm making a platformer.
jmast1161
Creator of
Recent community posts
Oh interesting, I had to turn my volume up to nearly 75% to hear it, but yes there is music lol. Not sure if it's something with the particular track or my set-up as none of the other games had that problem when I played them. Might be something to consider to boost the track volume for future projects.
Great submission. Fits into the theme very well. The only feedback I have to give is on some levels (I know level 3 was one), I wasn't sure which way to the lever, so I ended going the wrong way initially. Easy enough to restart the level of course, but I think an arrow or indicator of some kind might make the user experience a little smoother. Of course it is a game jam so time is limited, but would be interested in seeing this expanded on to a full fledged game.
Solid platforming on this. Love the music and voice over. I'd recommend adding a sound effect for the jumping as well. If you ever decide to expand on this, I'd like to see a way to "mark" the safe or bad falls. I understand it's a memory game, but I could see this as a game that has extremely long levels with more obstacles and what not.
Solid platforming on this. Love the music and voice over. I'd recommend adding a sound effect for the jumping as well. If you ever decide to expand on this, I'd like to see a way to "mark" the safe or bad falls. I understand it's a memory game, but I could see this as a game that has extremely long levels with more obstacles and what not.
Yeah, that is exactly what was happening. I spent probably a good 15-20 minutes trying to fix that. I didn't get it completely resolved as you can tell from the game, but I did make it better by adding a very small edge radius to the player's box collider. I'll have to try using one collider next time instead of using Unity's "Auto-Tile" flag. Thanks for the suggestion and feedback!