Unity Issue Tracker - Project shows Library errors in Console when updated
Fixed
XRVRT-6
Project shows Library errors in Console when updated
Package: VR Template
XR Interaction Toolkit
Fixed
6.0.X
Won't Fix
6.1.X
Fixed in 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.
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