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
4298
1587
4 months ago 00:08:41 1
Procedural Walking Animation in Minecraft
4 months ago 00:18:15 1
How to use Reflection Probes - UNITY Tutorial
4 months ago 00:00:16 1
ЧТО ЕСЛИ ЮНИТИ И СТРАКДИ СОЗДАДУТ ИГРУ ВМЕСТЕ?
4 months ago 00:06:17 1
Simple Lighting and Post Processing Setup - Unreal Engine
4 months ago 00:14:55 1
Unity VFX Graph - Healing Spell Effect Tutorial
4 months ago 00:08:08 1
Game effect tutorial - How to use UI effect Particle with UI Canvas in Unity