HUDNavi

Home Page Source Code

This library is still in active development! Contents may completely change and code is unstable!

Overview

HUDNavi is short for HUD Navigation.

This library is designed to help build a navigation system on HUD for Unity FPS games.(Theoretically applicable with TPS games) This library contains:

Waypoint will show icon when target is in view and arrow when target is out of view. Each target can designate an identical point type.

Rectangle that way point arrow attach to can be adjusted easily with 4 parameters that can be adjusted in editor and also can be modified dynamically.

In demo scene, there are 72 objects/navigation targets and the thing that effects performance most is light and shadow.

Demo scene also contains an implementation of compass bar.

  • The library is licensed under the MIT License.