dependencies.txt 686 B

12345678910111213141516
  1. The A* Pathfinding Project uses some 3rd party code to handle zip compression and Json serialization.
  2. They were chosen for good compatibility with the Unity platform. Modifications have been done to reduce the size and improve their compatibility, especially with the iOS/iPhone platform.
  3. Their respective licenses are included in the folders.
  4. The Json library with modifications is hosted at bitbucket:
  5. https://bitbucket.org/TowerOfBricks/jsonfx-for-unity3d
  6. Clipper Library with modifications:
  7. https://bitbucket.org/TowerOfBricks/clipper
  8. Poly2Tri with modifications:
  9. https://github.com/HalfVoxel/poly2tri-cs
  10. DotNetZip with modifications:
  11. https://github.com/HalfVoxel/DotNetZip