thumb
THIS ASSET HAS BEEN RELEASED UNDER A CREATIVE COMMONS LICENSE AND CAN BE DOWNLOADED ON GITHUB

Have a consistent interface throughout the game but has the buttons trigger custom actions on whichever game object is currently in range / has focus. I.e. start or stop an elevator, pull a lever, open a chest or unlock a door or whatever else is required

1. Simply drop a prefab on your player character to indicate that you wish to measure proximity to that game object

2. Then drop another prefab on each object you want the player to interact with. For each of these interact-able objects you will be presented with an array of actions that you can pick from to say which actions you want to be able to perform on that object.

3. Drop the final prefab onto your canvas and you are setup and ready to go

Add or remove icons as required for the current game
Call as many functions as you like with one function call per button
The relevant icon will highlight if the focused / in-range object can make use of that particular buttons' function
Toggle button availability per object as bool values in the inspector

Only takes a few minutes to setup at the start of the project and it's good to go for the entire project...

Reviews


There are no reviews yet.

THE VIDEOS SECTION FOR THIS ITEM IS STILL UNDER CONSTRUCTION

Please check back in soon...

THE TUTORIALS SECTION FOR THIS ITEM IS STILL UNDER CONSTRUCTION

Please check back in soon...

Initial release

THE FAQ FOR THIS ITEM IS STILL UNDER CONSTRUCTION

Please check back in soon...