I would like some advice on how to achieve the following for my maze TD:
I would like my enemy units to be able to collide with towers, but not with eachother or with my builder unit. I'd like them to path as if the other enemy unit's aren't there to avoid them clogging up at a narrow space in the player's maze.
The enemy unit's radii are set to 0.5 so they can't pass trough diagonal gaps of towers, and I'd like to keep it like that if possible.
I've fiddled around a bit with the movers and unit collsion fields but to no avail yet.
A friend just helped me out, figured I'd share the information for anyone seeking out the same:
The following fields need to be set to the following values:
Towers:
Movement - MoverGround
Movement - Pathing FootprintFootprint 2x2
Movement - Pathing Footprint - Dead
Movement - Pathing Footprint - PlacementFootprint 2x2
Movement - CollideBurrow, Ground, Structure
Movement - Inner Radius1.375
Movement - Radius0
Units:
Movement - MoverGround
Movement - CollideGround
Movement - Inner Radius1.375
Movement - Radius0
Builder:
Movement - CollideFlying
Movement - Inner Radius0
Movement - Radius0
This achieved the following for me:
Unit collide with towers.
Units cannot pass trough diagonal gaps between towers.
Units do not collide with eachother.
The Builder does not collide with either towers or units.
I'd like to thank Holymini for helping me out with this.
I hope this can be of help to anyone having the same difficulties.
Hello everyone,
I would like some advice on how to achieve the following for my maze TD:
I would like my enemy units to be able to collide with towers, but not with eachother or with my builder unit. I'd like them to path as if the other enemy unit's aren't there to avoid them clogging up at a narrow space in the player's maze.
The enemy unit's radii are set to 0.5 so they can't pass trough diagonal gaps of towers, and I'd like to keep it like that if possible.
I've fiddled around a bit with the movers and unit collsion fields but to no avail yet.
Any advice would be greatly appreciated.
I would be intrigued to know that as well.
A friend just helped me out, figured I'd share the information for anyone seeking out the same: The following fields need to be set to the following values:
Towers:
Units:
Builder:
This achieved the following for me:
I'd like to thank Holymini for helping me out with this. I hope this can be of help to anyone having the same difficulties.