👓
Object Insight Highlighter - Doc
  • Object Insight Highlighter - Introduction
  • ⭐Getting Started
    • Quick Setup
  • ❓Support
    • FAQ
    • Text UI Missing?
    • System Namespace
    • What Inputs Are Used?
  • 🌀Development
    • Patch Notes - V1.1
    • Roadmap
  • 📧Contacts
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page
  • Where is the input reference?
  • Changing the Input:
  1. Support

What Inputs Are Used?

Where is the input reference?

There is only ONE input reference in this package and it is located below:

  • TextInspectInteractor script has an input for interacting with objects with the raycast

  • You can change the input by selecting the dropdown

Changing the Input:

  • Open the script if you would like to change the input code for your own work

if (textItem != null)
{
    if (Input.GetKeyDown(interactKey))
    {
         textItem.ShowExtraInfo();
    }
 }
PreviousSystem NamespaceNextPatch Notes - V1.1

Last updated 12 months ago

❓