Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

XRTK.glTF 0.2.2

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

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.gltf": "0.2.2",
    ...
  },
}

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:

  • bbf9ae5 bumped package version to 0.2.2
  • 545f33c Added braces to conform to coding guidelines
  • 500eafa removed unity release min rule
  • a5dd611 Update package.json
  • 017b77c bumped package dependencies
  • 2d11abd updated editor to 2019.4.23f1
  • f5c2db6 bumpted unity release dependency
  • 20ff1a4 Uplifted Core version dependency
  • b887077 Web enhancements to allow loading of glTF from a web source
  • bdf0933 Updated and tested with Core/Examples
See More
  • d6456a0 Porting initial glTF code from XRTK Core

This list of changes was auto generated.