Unity 5: 2D Pathfinding

Go to class
Write Review

Free Online Course: Unity 5: 2D Pathfinding provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Unity 5: 2D Pathfinding is taught by Jesse Freeman.

Overview
  • Learn how to move characters and objects from point A to B with this introduction to pathfinding in Unity.

Syllabus
  • Introduction

    • Welcome
    • Exercise files
    1. Pathfinding Introduction
    • What is A*?
    • Setting up the project
    2. The Node Class
    • What is a node?
    • Adding the node property
    3. The Graph Class
    • What is a graph?
    • Storing the node
    • Indexing the nodes
    • Testing for neighbors
    4. The Search Class
    • Building the Search class
    • Starting the search
    • The Step method
    • Traversing the nodes
    • Continuing the search
    • Searching adjacent nodes
    • Getting the node index
    5. Testing the Search
    • Building a test map
    • Running the search
    • Creating a grid in Unity IU
    • Changing colors on the grid
    • Showing the path
    Conclusion
    • Next steps