I'm playing around with pathfinding and move to, and I can only get diagonal movement to stop happening when there is a solid near the objects.
I do have the diagonal box unchecked.
Example by skymen(use TileMovement)
cdn.discordapp.com/attachments/225550155531812865/993749945897209897/tile_movement_pathfinding.c3p
An other Example (use MoveTo)
cdn.discordapp.com/attachments/225550155531812865/1098303369132650683/GridPathfinding.c3p
Edit: Note Set Pathfinding Behaviors 'Direct movement' properties to 'None'
Develop games in your browser. Powerful, performant & highly capable.
Awesome thanks! The TileMovement one works and does what I want.
The MoveTo has the same problem; when there are no solids around, it moves diagonally.
Try changing 'direct movement' to 'None'
that works now too! thanks