Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

WindowsMixedReality 0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@XRTK-Build-Bot XRTK-Build-Bot released this 16 Apr 05:49

Release Notes

Requirements

  • Unity 2018.3.11f1 or later
  • Microsoft Visual Studio 2017
  • Windows 10 1803 or later
  • Windows SDK 10.0.17134 or later

Import via Unity Package Manager (upm)

Find Packages/manifest.json in your project and edit the dependencies to include:

{
  "dependencies": {
    "com.xrtk.core": "https://github.com/XRTK/XRTK-Core.git#0.1.2",
    "com.xrtk.wmr": "https://github.com/XRTK/WindowsMixedReality.git#0.1.1",
    ...
  },
}

Importing the asset directly into your project

  1. Download the release asset unity package
  2. Delete any previous installations in your projects Assets folder.
  3. Import unity package directly into your project by dragging and dropping the file into your project window

Changes:

  • 590a216 ControllerDataProviderProfile updates (#3)
  • 942c046 Dev package validation (#2)
  • aa3ffa2 reverted dependencies
  • bcd53f1 Added proper dependancies
  • d7469ef updated package manifest and renamed package to com.xrtk.wmr
  • 8d373e6 missed a comma
  • a7ad7e9 removed async assembly reference
  • e4c8c72 names the package file wrong DoH!
  • e666a47 setup project for upm

This list of changes was auto generated.