Skip to content

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

License

Notifications You must be signed in to change notification settings

CommanderFoo/Unity-Horizontal-Compass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published