- Home /
Enemy Cube going through walls.
I've been making a game and recently I lost a lot of work so have been rebuilding. However for some reason the enemy cubes now goes straight through the map to get to me, rather than navigating it.
Comment
Answer by PvTGreg · Mar 28, 2014 at 03:11 PM
Check the box colider is the "IsTrigger" checked? if so uncheck it and try
It is, but also it's meant to be a trigger aha, even when I turned it off it went through the walls.
You need to make sure the Cube has a Rigidbody and that both the $$anonymous$$esh Collider on the $$anonymous$$ap and the Box Collider on the Cube are not set as triggers. What is the reason that it is "meant" to be a trigger?