Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Agreed.

The basically 2D problem extends to being able to get to a Z position, where the player bumps into background objects.

And the Collision detection fails to prevent shooting through walls when standing close to one.

(1 edit)

Thank you both for your input, I very greatly value constructive criticism like what you have provided me!

I agree that the character should only face forward or back, I never really payed attention to it while developing. I've never encountered the problem where the player bumps into background objects, since I never put colliders on background objects. If you were thinking the rocks and crates are "background objects," they're not, they were meant as obstacles to get past. I also never noticed the fact that shooting collision fails when standing close to a wall, thank you for the feedback!

Someone did suggest adding in a "peak" mechanic, where you can look into the other timezone to see which obstacles you're about to switch into, and I'm seeing that come up more and more as more people play the game, and I think it would be a good idea. If I continue to develop this project, that will definitely be something I will add in.

As for the gun warm up time, I added that in because if the gun shot automatically, the first shot would fire into the ground due to the animation smoothing between the gun raised and lowered position. It could be solved by either having the gun always in a ready position or shortening the time taken to raise the gun, but I agree that it isn't fun in its current state.

The wallhack happens, when standing to close to a door. I believe this is either due to the Projectile exit point being on the other side of the wall or because of projectiles glitching through the wall or because of the speed of the projectiles, when they exit the gun. The latter could only happen if projectiles slow down over time.

Regarding Colliders on Background Objects: I should probably go to sleep.

Haha, no worries there. I'm actually aware of the wallhack now that you mention it only happens with doors, since I didn't put the collider all the way through the door. I found that the colliders on the doors sometimes messed with the ability to activate the doors, so I only put them from the button up. Was lazy on my part, lol.