Ben_93 Posted February 19, 2024 Posted February 19, 2024 Hi all, I'm not sure if this is a bug or not, but it seems that the First Person Controller doesn't seem to collide with a landscape terrain object (at least by default). I have checked the flag for collision for the landscape layer map, but when at runtime the first person controller just falls through the terrain. Any ideas how I can fix this? Many thanks, Ben
Solution arizmenda Posted February 20, 2024 Solution Posted February 20, 2024 Hi Ben, Select ObjectLandscapeTerrain node -> Surfaces tab -> turn Collision on. That should work both for 2.18 and 2.18.0.1 versions. You can use helpers menu above viewport window to check if it is really turned on. Also be sure, that you have correct collision mask configuration. Thanks!
Ben_93 Posted February 20, 2024 Author Posted February 20, 2024 Hi @arizmenda Thanks for getting back to me - checking collision in the surfaces tab did it for me (I didnt realise that existed before!) Many thanks, Ben 1
Recommended Posts