XRC Go-Go
This package implements the Go-Go interaction technique as presented in the original paper, by extending the XR Interaction Toolkit.
Original paper: Ivan Poupyrev, Mark Billinghurst, Suzanne Weghorst, and Tadao Ichikawa. 1996. The go-go interaction technique: non-linear mapping for direct manipulation in VR. In Proceedings of the 9th annual ACM symposium on User interface software and technology (UIST '96). Association for Computing Machinery, New York, NY, USA, 79–80. https://doi.org/10.1145/237091.237102.
Technical details
Package
- Name: edu.cornell.xrc.toolkit.gogo
- Display name: XRC Go-Go
- Version: 0.2.1
- Git URL
Requirements
This version of the XRC Go-Go package is compatible with the following versions of the Unity Editor:
- 6000.0 and later
Dependencies
The XRC Go-Go package has the following dependencies which are automatically added to your project when installing:
- com.unity.xr.interaction.toolkit@3.0.7
- com.unity.inputsystem@1.11.2
If the package has additional Git dependencies listed in the package description, such as XRC Toolkit packages, then they need to be installed manually via the Unity Package Manager.
Installation
To install the package, follow these steps:
- In the Unity Editor, click on Window > Package Manager
- Click the + button and choose Add package from git URL option
- Enter the package's Git URL. Make sure the URL has ".git" ending.
- If the repository is private, you will be asked to authenticate via your GitHub account. If you haven't been granted access to the repository you will not be able to install the package.
- The package should be installed into your project.
- You can download the package samples from under the Samples tab in the Package Manager
From Unity: Install a UPM package from a Git URL
Note
Even though the package documentation is public, the package itself and its repository might be private and not accessible. If you haven't been granted access to the repository you will not be able to install the package.