Search Issue Tracker
Fixed in 1.3.11
Votes
0
Found in [Package]
1.3.7
Issue ID
1191945
Regression
No
XR Legacy Input Helpers error on non-XR platforms
The XR Legacy Input Helpers package results in errors that prevent builds occurring.
Reproduction Steps:
1. Open the attached project, targeting a platform that doesn't support XR
2. Observe the errors:
Library\PackageCache\com.unity.xr.legacyinputhelpers@1.3.7\Runtime\TrackedPoseDriver\TrackedPoseDriver.cs(352,16): error CS0246: The type or namespace name 'BasePoseProvider' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.xr.legacyinputhelpers@1.3.7\Runtime\TrackedPoseDriver\TrackedPoseDriver.cs(344,9): error CS0246: The type or namespace name 'BasePoseProvider' could not be found (are you missing a using directive or an assembly reference?)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment