Search Issue Tracker
Fixed
Fixed in 1.4.1
Votes
1
Found in [Package]
1.3.0
Issue ID
XRHB-37
Regression
Yes
[XRHands] XR Hands sample is missing "Hands Processor.cs" Component on the Hand Visualizer GameObject
Steps to reproduce:
1. Create a new project or open the attached project "XRHandsTest.zip"
2. Install the XR Hands package and download the Sample
3. Open the "HandVizualizer.unity" Scene
4. In the Hierarchy expand "XR Origin > Camera Offset" and select the "Hand Vizualizer" GameObject
5. Observe "Hand Processor.cs" component is missing
Expected results: XR Hands sample is not missing the "Hands Processor.cs" Component on the Hand Visualizer GameObject
Actual results: XR Hands sample is missing the "Hands Processor.cs" Component on the Hand Visualizer GameObject
Reproducible with: XR Hands 1.3.0 (2021.3.31f1, 2022.3.11f1, 2023.1.17f1, 2023.2.0b13, 2023.3.0a8)
Not Reproducible with: XR Hands 1.2.1 (2021.3.31f1)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Notes:
-Reimporting the Sample does not solve the issue
-Can be reproduced on a new project
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note (fix version 1.4.1):
A local copy of the HandProcessor script was linked to in the prefab instead of the HandProcessor script that ships with the package. This was found and replaced in XR Hands 1.4.1.