This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
Releases: XRTK/com.xrtk.sdk
Releases · XRTK/com.xrtk.sdk
SDK 0.1.0
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.1",
"com.xrtk.wmr": "https://github.com/XRTK/WindowsMixedReality.git#0.1.0",
"com.xrtk.sdk": "https://github.com/XRTK/SDK.git#0.1.0",
...
},
}
Importing the asset directly into your project
- Download the release asset unity package
- Delete any previous installations in your projects Assets folder.
- Import unity package directly into your project by dragging and dropping the file into your project window
Changes:
- 9858bd4 Added a base dictation handler
- 4c03fe4 updated package dependencies. (git ones don't work)
- d6026bc Added proper dependancies
- e878eb5 Updated package manifest and renamed package to com.xrtk.sdk
- e38c490 Made the camera persistent by default
- 2b8c24f updated default configuration profile
- bd19848 updated package dependencies.
- 8c4d8b3 Setup project for upm
This list of changes was auto generated.