Issue with collision

I don’t know what I did, but what first worked normally now creates issues whenever I cross those blue lines. My player can’t walk anymore past them, while I never had this issue before. What could it be?

It does sound like collision.

Try looking at the scene in player collision view

image

If there’s a big block surrounding the object, that’s the problem.

You’re solutions are

  1. Turn off the collision

  2. Set it to complex

  3. Turn it off, but place blocking volumes where you don’t want the player to go.

  4. And probably many more…