Skip to content

Commit

Permalink
Merge pull request #6 from De-Panther/gltfast_400
Browse files Browse the repository at this point in the history
Updated glTFast package to 4.0.1
  • Loading branch information
De-Panther authored Jun 19, 2021
2 parents 421bc35 + 5ae3d6e commit 5299b1d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"dependencies": {
"com.atteneder.gltfast": "3.2.1",
"com.atteneder.gltfast": "4.0.1",
"com.unity.collab-proxy": "1.2.16",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.atteneder.gltfast": {
"version": "3.2.1",
"version": "4.0.1",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -18,7 +18,7 @@
"source": "embedded",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.atteneder.gltfast": "3.2.1"
"com.atteneder.gltfast": "4.0.1"
}
},
"com.unity.collab-proxy": {
Expand Down
2 changes: 2 additions & 0 deletions Packages/webxr-input-profiles-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Updated glTFast package to 4.0.1.

## [0.3.6] - 2021-05-06
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private void OnGltfLoaded(bool success)
onLoadCallback?.Invoke(false);
return;
}
_transform.GetChild(0).Rotate(new Vector3(0, 180, 0), Space.Self);
if (layoutRouting != null)
{
layoutTransforms = new LayoutTransforms();
Expand Down
2 changes: 1 addition & 1 deletion Packages/webxr-input-profiles-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.atteneder.gltfast": "3.2.1"
"com.atteneder.gltfast": "4.0.1"
}
}

0 comments on commit 5299b1d

Please sign in to comment.