Skip to content

Instantly share code, notes, and snippets.

View DanielAppert's full-sized avatar

Daniel Appert DanielAppert

View GitHub Profile
@DanielAppert
DanielAppert / Mover.cs
Last active February 26, 2019 13:49 — forked from Abban/Mover.cs
Simple 2D Waypoint Movement in Unity
/**
* File: Mover.cs (1 of 2)
*
* SIMPLE 2D WAYPOINT MOVEMENT
* ===========================
*
* Original code by Abban Dunne, https://abandon.ie/
* https://gist.github.com/Abban/42721b25cebba33c389a
*
* Modified by Daniel Appert, http://www.mountainpath.ch/