Skip to content

Commit d6ee5db

Browse files
authored
Merge pull request #325 from De-Panther/fix_handmenu_reference
Fixed HandMenu missing camera transform reference in XRI Sample
2 parents df505b6 + dd031c9 commit d6ee5db

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Packages/webxr-interactions/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Fixed
10+
- HandMenu missing camera transform reference in the XR Interaction Toolkit Sample.
11+
912
## [0.19.1] - 2023-11-22
1013
### Fixed
1114
- Error when Input System package in project and no XR Interaction Toolkit package.

Packages/webxr-interactions/Samples~/XRInteractionToolkit/Scenes/WebXRInteractionToolkit.unity

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,6 +2876,16 @@ PrefabInstance:
28762876
propertyPath: m_LocalEulerAnglesHint.z
28772877
value: 0
28782878
objectReference: {fileID: 0}
2879+
- target: {fileID: 6400350243045638085, guid: 6a73dbe7f34ea864eb86f5bbfccaa033,
2880+
type: 3}
2881+
propertyPath: m_CameraTransform
2882+
value:
2883+
objectReference: {fileID: 1107317941}
2884+
- target: {fileID: 6551141464211886990, guid: 6a73dbe7f34ea864eb86f5bbfccaa033,
2885+
type: 3}
2886+
propertyPath: m_CameraTransform
2887+
value:
2888+
objectReference: {fileID: 1107317941}
28792889
m_RemovedComponents: []
28802890
m_RemovedGameObjects: []
28812891
m_AddedGameObjects: []

0 commit comments

Comments
 (0)