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

XRTK.Lumin 0.2.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@XRTK-Build-Bot XRTK-Build-Bot released this 11 Feb 04:16

Release Notes

Requirements

Import via Unity Package Manager (upm)

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

{
  "scopedRegistries": [
    {
      "name": "XRTK",
      "url": "http://upm.xrtk.io:4873/",
      "scopes": [
        "com.xrtk"
      ]
    }
  ],
  "dependencies": {
    "com.xrtk.lumin": "0.2.3",
    ...
  },
}

Once the registry has been added, you can search for each platform in the UPM Package Manager window.

Note: For pre-releases you'll need to enable show preview packages under the Advanced dropdown in Unity's Package Manager.

Importing the asset directly into your project

  1. Download the release asset unity package
  2. Import unity package directly into your project by dragging and dropping the file into your project window

Changes:

See More

This list of changes was auto generated.