3D height map collision

How do I make the 3D height map collision work?

I’m trying to create and FPS game and I found the 3D height map extension. I edited the extension so the object uses a texture instead of color but I can’t seem to make the collisions work. There’s almost no info on this matter (That I can find).

What is the expected result

The collision should work and my 3D character should be able to walk on it

What is the actual result

My character and a test sphere both fall through the object.

Related screenshots

There is a behavior for this in the extension.

I have the behaviour on the object (It can be seen in one of the screenshots) and it still doesn’t work. Am I doing something wrong?

It was a bug in the extension. Please try to update the extension.

2 Likes

After the new update, with the extension updated and with the behaviour removed and readded it works like a charm. Than you very much!!