Search Issue Tracker
Fixed
Fixed in 6.0.2
Votes
0
Found in [Package]
6.0.0
Issue ID
XRVRT-6
Regression
Yes
[XR Interaction Toolkit] Project shows Library errors in Console when updated
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Observe the Console window
Expected result: No errors are seen
Actual result: Errors such as “Library\PackageCache\com.unity.xr.interaction.toolkit@2.4.0-pre.1\Runtime\UI\BodyUI\HandMenu.cs(7,63): error CS0234: The type or namespace name 'SmartTweenableVariables' does not exist in the namespace 'UnityEngine.XR.Interaction.Toolkit.Utilities.Tweenables'“ are seen
Reproducible with: 2.4.0-pre.1 (2022.3.3f1), 2.4.0 (2022.3.4f1)
Not reproducible with: 2.3.2 (2022.3.3f1), 2.4.0 (2021.3.28f1, 2023.1.3f1, 2023.2.0a23)
Testing environment: Windows 10 Enterprise 21H2
Notes:
- Project is 2022.3.3f1 VR template upgraded to 2022.3.4f1
- Updating the VR template project results in errors relating to the XR Interaction toolkit
- Unity seems to upgrade the XR toolkit from 2.3.2 to 2.4.0 and this produced errors
- Reproduces with Windows Standalone and Android Platform
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note (fix version 6.0.2):
This issue stemmed from the duplication of assets between the 6.0.0 version of the VR template and the XRI 2.4.0 code. This was resolved by removing the duplicated code in VR Template version 6.0.2 with an included update to XRI 2.4.0.