So i created the map of my game using the infinite terrain plugin since i want the map to be infinite but for some reason when i reset my character falls through the map
keep in mind infinite terrain generates the terrain on client side and not server side
How would i fix this?
That might be because the collisions are calculated on the server, and the terrain is only visible on the client?
I’m not too sure but that is likely going to be the cause. Since you’re resetting it’s a different character instance so the collisions might be passed to the server.
Been working with that one for few years… (so many attempts) Best I’ve ever had it working still falls apart when you move far away from spawn then return. It’s broken… Tried everything to fix it.
Did you test it? … I’ve remade this and got it down how it works. But I still had your same problem. Just did 3 tests in a row that used to do that and they are fixed.
I most likely had the math right a while back and didn’t even notice it was on streaming.
Actually gave up on ever fixing this. Don’t know if I should cry or jump for joy now.