Skip to content

Instantly share code, notes, and snippets.

View Skibisky's full-sized avatar

Skibisky

  • Australia
View GitHub Profile
@jeffvella
jeffvella / PathTester.cs
Last active March 29, 2023 03:24
Find Path Tester for Unity Experimental Navigation
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Unity.Collections;
using Unity.Mathematics;
using UnityEditor;
using UnityEngine;
using UnityEngine.AI;
using UnityEngine.Experimental.AI;