Tactics games, like Final Fantasy Tactics and Ogre Tactics, are turn-based combat games on square tiles. This multi-video tutorial will cover movement for a tactics game.
Player movement uses Breadth First Search (BFS) to calculate the tiles that the player’s unit can move to. NPC movement uses A* to calculate a path to the nearest player unit, and then limits the path to the unit’s maximum movement.
Part 1 - covers how to set up the tactics game board
To download the Unity tutorial -
1 view
5598
1993
2 months ago 00:08:41 1
Procedural Walking Animation in Minecraft
2 months ago 00:18:15 1
How to use Reflection Probes - UNITY Tutorial
2 months ago 00:00:16 1
ЧТО ЕСЛИ ЮНИТИ И СТРАКДИ СОЗДАДУТ ИГРУ ВМЕСТЕ?
2 months ago 00:06:17 1
Simple Lighting and Post Processing Setup - Unreal Engine
2 months ago 00:31:22 27
Using Octrees and A* for Efficient Pathfinding
2 months ago 00:14:55 1
Unity VFX Graph - Healing Spell Effect Tutorial
2 months ago 00:08:08 1
Game effect tutorial - How to use UI effect Particle with UI Canvas in Unity