SkillAgentSearch skills...

Pathfinder2D

This is an implementation of A* pathfinding on 2d arrays for Unity.

Install / Use

/learn @cignoir/Pathfinder2D
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Pathfinder2D

logo

This is an implementation of A* pathfinding algorithm for Unity using 2D Arrays.
This will helps you to develop grid-based games etc.

Web Demo

https://dl.dropboxusercontent.com/u/40069781/Pathfinder2D/Pathfinder2D.html

Installation

Import Pathfinder2D.unitypackage into your unity project.

Features

  • Unity only.
  • Easy to simulate A* pathfinding using 2D arrays.
  • Supports 4-ways and 8-ways as moving directions.
  • Full C# scripts and the demo scene included.
  • Easy to customize scripts.

ways

Usage

Sorry, docs are under construction. Try to play the demo scene included in the package.

License

Pathfinder2D is released under the MIT license.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated8y ago
Forks0

Languages

C#

Security Score

70/100

Audited on Feb 14, 2018

No findings