Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 830 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 830 Bytes

A few tools to aid UI development in Unity.

  • Draggable UI Object: Allows UI objects to be dragged, dropped, and installed seemlessly along other UI elements like buttons and sliders.
  • Virtual Pointer: Creates a virtual cursor device that can be controlled by a gamepad and/or directional input, with lots of other options and features.
  • Cursor Manager: Handles swapping visuals while in default, hover, click, or drag states
  • Helpers: A few helper scripts to assist with common tasks

Project Requirements

  • Unity Editor 2021 LTS or later
  • Input system 1.7 or later

Documentation