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

Releases: XRTK/com.xrtk.gltf

XRTK.glTF 0.2.4

19 May 15:09
Compare
Choose a tag to compare
XRTK.glTF 0.2.4 Pre-release
Pre-release

Release Notes

Import via Unity Package Manager (upm)

In your project, open Preferences/Package Manger and add the XRTK to the list of scoped registries:

Name: XRTK
URL: http://upm.xrtk.io:4873
Scope(s): com.xrtk

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 from https://github.com/XRTK/XRTK-Core/releases
  2. Import the XRTK-Seed unity package directly into your project by dragging and dropping the file into your project

Requirements

Changes:

  • e960bc1 Update release package
  • 9b33472 target preview package dependency
  • 7934062 bumped version to 0.2.4
  • 605aea2 added more assembly info
  • c3c8337 added script icon
  • fea748e Adding compiler definitions for platforms (#9)
  • 876dd72 update core package to 0.2.14
  • a04a1cc Dev/dependency update (#7)
  • bbf9ae5 bumped package version to 0.2.2
  • 545f33c Added braces to conform to coding guidelines
See More
  • 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
  • d6456a0 Porting initial glTF code from XRTK Core

This list of changes was auto generated.

XRTK.glTF 0.2.3

10 May 20:21
Compare
Choose a tag to compare
XRTK.glTF 0.2.3 Pre-release
Pre-release

Release Notes

Requirements

Import via Unity Package Manager (upm)

In your project, open Preferences/Package Manger and add the XRTK to the list of scoped registries:

Name: XRTK
URL: http://upm.xrtk.io:4873
Scope(s): com.xrtk

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 from https://github.com/XRTK/XRTK-Core/releases
  2. Import the XRTK-Seed unity package directly into your project by dragging and dropping the file into your project

Changes:

  • 876dd72 update core package to 0.2.14
  • a04a1cc Dev/dependency update (#7)
  • 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
See More
  • b887077 Web enhancements to allow loading of glTF from a web source
  • bdf0933 Updated and tested with Core/Examples
  • d6456a0 Porting initial glTF code from XRTK Core

This list of changes was auto generated.

XRTK.glTF 0.2.2

23 Apr 05:27
Compare
Choose a tag to compare
XRTK.glTF 0.2.2 Pre-release
Pre-release

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.

XRTK.glTF 0.2.1

13 Apr 00:16
Compare
Choose a tag to compare
XRTK.glTF 0.2.1 Pre-release
Pre-release

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.1",
    ...
  },
}

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:

  • 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
  • d6456a0 Porting initial glTF code from XRTK Core

This list of changes was auto generated.