Hi all.
Ever since I first released the UDE I have been saying I am giving people a free bonus in the form of the ActionsHUD system. Well, I have now decided to release the ActionsHUD system as a product on it’s own… and keep it free ![]()
What it is:
It is a means of tracking wether you are close to an object of interest and wether you are looking in it’s direction. It sports a graphical display to indicate which actions are available. You can obviously change this as appropriate but at the moment I have it indicate: Interact, Investigate, Collect and SpeakTo
What do you get:
The zip file includes a custom scene just to show you how to set everything up and it includes a package for you to import into your projects.
How do you use it?:
- Drop the prefab onto your player character.
- Drop the Actions.js script onto each object you want to make interactive and select what actions you can take on that object
- Create a script that actually does something when you press the button.
Notes:
This download contains only the JS version of the script but since all it does is sends a BroadcastMessage to the game object in question, you can still use this with c# without it interfering with anything.
This system is provided free of charge and does not include support.
To Download:
Download from my website
Enjoy