Hi,
In a test project, I wanted to have an overlap with a wall allow some sort of action to occur. However I have been unable to generate any collision events with the wall. I am sure I am doing something wrong, but I have spent the last few hours not being able to see it, any help would be greatly appreciated.
So here is the class I created to test:
Here is the wall that the box should create an overlap event with
And finally an image of the box going through the wall without any debug message being played (simulate was being used)
The box generates the event when it overlaps with the player, printing the message happily, and, the player cannot walk through the wall. So why is the box just happily going through the wall without generating any overlap events?
Any help would be greatly appreciated