This repository has been archived by the owner on May 13, 2022. It is now read-only.
Releases: XRTK/com.xrtk.lumin
Releases · XRTK/com.xrtk.lumin
Lumin 0.1.2
Release Notes
Requirements
- Unity 2019.1.0f2 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.9",
"com.xrtk.lumin": "https://github.com/XRTK/Lumin.git#0.1.2",
...
},
}
Importing the asset directly into your project
- Download the release asset unity package
- Import unity package directly into your project by dragging and dropping the file into your project window
Changes:
- a196ab9 Merge branch 'master' into development
- 85b9e2e Version 0.1.2 (#18) [ #17 ]
- 6ccf391 Bumped version to 0.1.2
- 006dfeb Better button support (#17)
- e71ab97 upm mirror 0.1.1@ae1546d9faa8bcedfe4210656a5550e32352156b
- 45da20d removed unused validation asset (#14)
This list of changes was auto generated.
Lumin 0.1.1
Release Notes
Requirements
- Unity 2019.1.0f2 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.5",
"com.xrtk.lumin": "https://github.com/XRTK/Lumin.git#0.1.1",
...
},
}
Changes:
This list of changes was [auto generated](https://dev.azure.com/xrtk/Mixed Reality Toolkit/_build/results?buildId=599&view=logs).
Lumin 0.1.0
Release Notes
Requirements
- Unity 2019.1.0f2 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.4",
"com.xrtk.lumin": "https://github.com/XRTK/Lumin.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:
This list of changes was auto generated.