Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/easyuhandler.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Easy Unity IHandler XR** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/easyuhandler.git
```

[![pkglnk](https://www.pkglnk.dev/badge/easyuhandler.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/easyuhandler)

Used By (1)

README

OpenUPM: Easy Unity IHandler

This tool is designed for quickly creating XR interactions without relying on complex toolkits. If all you need is a simple sphere that interacts with Unity’s IHandler, this is the solution.

The concept is straightforward:

  • Currently, the tool provides a basic sphere for interaction.
  • A "gaze" laser feature will be added when time permits.

While there are plenty of tools that achieve similar results, I wanted something simple and fully "owned" to keep my code open source and flexible.

This tool wraps Unity3D's default interfaces used for mouse and input interactions and extends them to support touch, gaze, and watch-based interactions—focusing on the most common XR use cases that don’t involve grabbing.

For grabbing interactions, tools like MRTK, VRTK, and XRTK are already available and well-suited for that purpose.

Comments

No comments yet. Be the first!