Skip to content

Releases: MXR-Tactics/StylusToolKit-Unity

Stylus Toolkit Version 1.1.1

13 Oct 13:54
Compare
Choose a tag to compare

Transition from Holo-Light to AR Technology

We thank Holo-Light for their long and ongoing collaboration.
From this version on, the development of the Stylus Toolkit is driven by AR Technology.

Getting Started

Prerequisite: Unity and MRTK

To get started in a blank project, you will need to import MRTK into your Project (Getting Started with MRTK)

Import the Stylus Toolkit (STK)

In Unity Editor, open Window → Package Manager. There are 2 ways to install the STK:

  • Click "Add package from git URL", and use the URL: "https://github.com/AR-Technology/StylusToolKit-Unity.git#1.1.1"
  • Or you can download the source file below, extract locally, click "Add package from disk …" and navigate to the STK's package.json file
  • Make sure the Bluetooth capability is active in your project's Player settings

Play with it

You can then play around with sample scenes:

  • Still in the Unity Package Manager, navigate to the fresh imported Stylus XR Toolkit, click "Import into Project"
  • Sample scenes will be installed into your project. Configure your build to include one of them. ℹ️ Check out the AllInOne Example and explore the possibilities
  • Next Step: Setup Scene for StylusXR

Release Notes

Compared to the previous versions available from the Holo-Light release page:

  • Integrating the STK in your existing project is much simpler no need for patch MRTK anymore
  • You can start using MRTK from UPM
  • Improving the modularity of the architecture
  • Refactoring & Bug Fixes