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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution 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.