BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.15k stars 169 forks source link

Unity setup instructions #37

Closed EthanVanderHorn closed 6 years ago

EthanVanderHorn commented 6 years ago

It would be nice if there were instructions for how to add this project to a Unity project. NuGet doesn't appear to be supported.

EthanVanderHorn commented 6 years ago

I managed to get it working by deleting all the folders except "Priority Queue Unity Full" and "Priority Queue" and then dragging the files from "Priority Queue Unity Full" into "Priority Queue" and replacing the existing files. I also had to delete ".Task" from "System.Thread.Task" in several places.

Not sure if this is right but it worked for me.

BlueRaja commented 6 years ago

It's possible to get NuGet working with Unity, but that is outside the scope of this project. There are other sites for explaining how to do that.