Letting Enemy AI move through specific object

Goodday!

I want to make it so when the Enemy AI can move through doors but the Player can’t. How would I do this.

1 Like

Enemy AI is also following a spline. I tried the solution to this topic: Walking through walls, but for some reason the AI keeps trying to figure out a way to get past the object instead of going through.

2 Likes

mmm maybe you can select your door and un-checking Can Ever Affect Navigation in the Collision settings.

2 Likes

Totally did the trick. Thanks!

1 Like