
A Simple Graph API
Tutorial
intermediate
+10XP
35 mins
(131)
Unity Technologies
In this tutorial we will learn how to write classes to store a graph with its nodes and edges.
1. A Simple Graph API Part 1
In this tutorial we will start writing a new set of classes to store a graph, with it's nodes and edges.
2. A Simple Graph API Part 2
In this tutorial students will learn how to introduce the A* algorithm into the graph class.
3. A Simple Graph API Part 3
In this tutorial students will complete writing the Graph class with the A* Algorithm code and be ready to continue working on the waypoint system.