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
Release Notes
Requirements
- Unity 2019.4 LTS or later
- Microsoft Visual Studio 2019
- Windows 10 or later
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
- Download the release asset unity package
- 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