• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Introduction to AlchemyNavigation
  • Main components
    • Alchemy Navigation System
    • Faces Holder
    • Simple Agent
    • Movement Modifier
  • Building a surface
    • How it works
    • Bake from geometry
    • Debugging holders

Introduction

AlchemyNavigation is a personal project that implements a 3D navigation system for Unity.

Learn how AlchemyNavigation works from:

  • Articles (this category)
  • Api Documentation

Installation

Latest version: 0.1.0 (preview).

Via Package Manager (Unity 2019.3.4f1 or later):

  1. Open the package manager window.
  2. Click the plus button and select "Add package from git URL...".
  3. Paste the link: https://github.com/kempnymaciej/alchemy-navigation.git?path=/package#0.1.0.
Note

To upgrade, downgrade or download a different version of the package, replace the 0.1.0 part of the link with the target version.

Directly

  1. Clone the package repository.
  2. Copy the content of the package directory to your project.
  • Improve this Doc
In This Article
Back to top Generated by DocFX