/Unity-Horizontal-Compass

Experimenting with a simple horizontal compass that you can add waypoints too.

Primary LanguageC#MIT LicenseMIT

A basic horizontal compass that allows you to add waypoints to it.

It's not perfect, and I'm sure there are better ones out there, but hopefully it helps someone get a starting point.

Screen Shot

The project has an example of adding 2 waypoints to the compass. It's pretty simple.

// First param is a unique key for this waypoint so you can access it later (i.e remove it).
// Second param is the waypoint with icon and target.

Horizontal_Compass.instance.add("test", new Waypoint(){
			
	icon = this.icon,
	target = this.obj

});

There are a few 3rd party assets I used.