Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Amazing, thank you!

There are two things I'm trying to figure out with my copy of BasicFPC. I'm intending to solve these myself but I will also send the feedback here in case it's useful for you.

1. Handle head bumps so if the character's head hits the ceiling they don't hover.

2. Fix movement issues when using keyboard controls while PS4 controller is connected.

Anyway I'm just having fun with all this, and you've saved me a lot of time!

(1 edit)

Having fun is the most important thing!

And about those issues…

  1. Maybe try to use the is_on_ceiling() or is_on_ceiling_only() functions from CharacterBody3D? 🤔

  2. What issues exactly? Stopping from moving of something like that?