Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 770 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 770 Bytes

Better Desktop Interaction System For VRChat

Better than Interact().

Feature

  • Support multiple input type
    • Mouse Left Click
    • Mouse Right Click
    • Mouse Middle Click
    • Mouse Scroll Up
    • Mouse Scroll Down
  • A Nice-looking tooltip ui
  • Custom Event name

Usage

  1. Install this package.
  2. Drop Prefab/DesktopInteractionSystem.prefab into your scene.
  3. Select a Layout for DesktopInteractionSystem in DesktopInteractionPlayerController.
  4. Add DesktopInteractionControl script into your GameObject and create a Collider in it.
  5. Set the GameObject's layer to the layer which use by the DesktopInteractionSystem.
  6. Setup the DesktopInteractionControl script.
  7. Done.