XR Interaction Toolkit
A high-level, component-based, interaction system for creating VR and AR experiences. It provides a framework that makes 3D and UI interactions available from Unity input events. The core of this system is a set of base Interactor and Interactable components, and an Interaction Manager that ties these two types of components together. It also contains components that you can use for locomotion and drawing visuals.
com.unity.xr.interaction.toolkit 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/toolkit.git README Markdown
Copy this to your project's README.md
## Installation
Add **XR Interaction Toolkit** 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/toolkit.git
```
[](https://www.pkglnk.dev/pkg/toolkit)
No comments yet. Be the first!