Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.CustomInteractionSystemExample Class Reference
Inheritance diagram for AC.CustomInteractionSystemExample:

Detailed Description

This script serves as an example of how you can create a custom interaction system that can affect both Hotspots and inventory items. To use it, add it to any GameObject in your scene and set your game's 'Interaction method' to 'Custom Script'. Disabling the 'Left-click deselects active item?' will also prevent unwanted inventory item deselection.

During gameplay, you will now be able to cycle through Hotspots and inventory items and use/examine them by clicking buttons from an on-screen GUI.