Hello everyone ! I´m new here, i trying to made a horror game (top-down), i put this condition on player and works very well, but as is a labyrinth i need to put walls and the character cannot pass by, i tried “PathfindingObstacle” and the player still passing on the wall, can anyone more expert helps me with this ?
Conditions: No conditions (always)
Actions: Separate Player from Wall (only Player will move)
If you have multiple solid objects your Player cannot pass (walls, boxes, rocks), you can put all these objects in a group “Solids” and use the same action to separate Player from Solids
Try the action in a new test project, this way we’ll know if it’s a bug, if you can reproduce it in a new project please share it so I can check it out