So I have a static mesh with a collision mesh set up as my ground/blocking of my level. At the playerStart spawn point, all if fine thus far. No issues, no errors.
Continuing on, I go up a slope with no issues at all.
Then when I get tot he area I'm planning to be a town square, I get blocked and cant go further to the other areas I want to go to, liek a wall has been place there although the collision mesh show no such thing there..
Then next issue that come to hand is when trying to climb up higher on another slope. When I try to head up, I fall through the floor.
These blocks were separate blocks at one point in 3DS Max and later just attached without welding. Don't know if that could be an issue or not.
Here are the mesh property stats:
Any help and suggestions are welcomed. Thanks!
Replies
As for the invisible wall--yes, not welding could very well cause the invisible wall problem if the verts are juuuuust slightly misaligned. Add that problem to Max's own precision snapping issues and you have a recipe for situations like this. Pretend those misaligned verts are very very tiny stairsteps: if the slope of that step is 45 degrees (or was it 30 degrees..I can't remember), or less, you can walk up it. If it's a perfect vertical step, then Unreal will try and 'pop' the mesh up if it's under a certain threshold distance (called the 'stepupheight' iirc). If the slope is basically anything OTHER that perfect 90 degrees or less than 45, you'll get hung...so try welding the verts and see what you get.