C# graph library to be used from Unity3D

Posted by Heisenbug on Game Development See other posts from Game Development or by Heisenbug
Published on 2012-09-26T12:38:29Z Indexed on 2012/09/26 15:51 UTC
Read the original article Hit count: 1291

Filed under:
|
|

I'm looking for a C# graph library to be used inside Unity3D script.

I'm not looking for pathfinding libraries (I know there are good one available).

I could consider using a path finding library only if it gives me direct access to underlying graph classes (I need nodes and edges, and classic graph algorithms)

The only product I've seen that seems intersting is QuickGraph.

I have the following question:

  1. Is it possible to use QuickGraph inside Unity3d?
  2. If yes. Is this a good idea? Does it have any drawbacks? Is it a quite fast and well written/supported library? Does anyone has ever used it?
  3. Are available other C# graph library that can be easily integrated in Unity3d?

© Game Development or respective owner

Related posts about unity

Related posts about libraries