AKItem Explained

What Does This Script Do?

  • This script is the intermediate script between the raycast and the specific system items.

  • This script uses an interface for each system script

  • You can set name highlight and name to edit

  • Can show a bunch of prompts if the boxes are ticked (Can be edited in the UIManager GameObject inspector)

  • Has options for emission highlight if you want to create a makeshift highlight

The AKItem script image

AKItem Fields Explained

  • System Type: You can select which system this will interact with when you select the interactive object

  • Show Name Highlight: If this is ticked, you can show a highlight name when you hover over an object

    • Highlight Name: Set the name you want for the interactive object

  • Show Interact Prompt: Tick this box to show the interact prompt which will show E - Interact

  • Show Pickup Prompt: Tick this box to show the pickup prompt which will show E - Pickup

  • Show Examine Prompt: Tick this box to show the examine prompt which will show Q - Examine

  • Show Emission Highlight: Tick this box to enable emission settings on the object material to create a makeshift highlight

Last updated