Search Issue Tracker
Fixed in 2.0.7
Votes
15
Found in [Package]
2.0.6
Issue ID
1177694
Regression
No
Ubuntu - UnityEngine.XR.Tango error stating to enable an already enabled built in package
The following errors appear once the attached project is opened in the editor. AR foundation and XR legacy helpers are installed. This seems localized to Ubuntu.
1. Library/PackageCache/com.unity.xr.legacyinputhelpers@2.0.6/Runtime/TrackedPoseDriver/TrackedPoseDriver.cs(188,13): error CS1069: The type name 'PoseData' could not be found in the namespace 'UnityEngine.XR.Tango'. This type has been forwarded to assembly 'UnityEngine.ARModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Enable the built in package 'AR' in the Package Manager window to fix this error.
2. Library/PackageCache/com.unity.xr.legacyinputhelpers@2.0.6/Runtime/TrackedPoseDriver/TrackedPoseDriver.cs(189,17): error CS0103: The name 'TangoInputTracking' does not exist in the current context
3. Library/PackageCache/com.unity.xr.legacyinputhelpers@2.0.6/Runtime/TrackedPoseDriver/TrackedPoseDriver.cs(189,91): error CS0103: The name 'PoseStatus' does not exist in the current context
Steps to reproduce.
- Open the attached project in Ubuntu 2019.3.0a12
- Notice issue >> Complier errors in console
Tested Working
- MacOs
- Unity 2019.3.0a12
- XR Helpers: 2.0.6
- ARFoundation 2.1.3
Tested Broken
- Ubuntu 18.04
- Unity 2019.3.0a12
- XR Helpers: 2.0.6
- ARFoundation 2.1.3
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
justinvirtualitics
Dec 19, 2020 02:37
This issue is not fixed as of 2.1.4.
I occurs when building for different platforms in sequence, seemingly once you try to build for Linux, all build attempts after that will fail with the aforementioned compile errors in the plugin.
eduardoCarneiro1999
Oct 31, 2020 10:17
It's actualy a shame how poorly this works.
I'm having this issue in my pipeline and none of the solutions work. It works on Windows but only that, what should I do now?
Unity 2019.3.6f1
russisunni
Oct 04, 2020 13:42
@VANIKAD solution's worked for me.
SirMullich
Sep 22, 2020 16:23
Updating XR Legacy Input Helpers to 2.1.4 fixed the issue for me. Using MacOS Catalina, Unity 2019.4
TheFunnyPony
Jul 03, 2020 18:10
@medovina 's method works.
ubuntu 18
2019.4
soldadov
May 11, 2020 05:42
+1 to the update solution, goto Window > Package Manage, search "XR Legacy Input Helpers" and update it. Latest version (now) is 2.1.4 on Unity 2019.3.13f1
unity_iqz5RoU5aUeuaQ
May 10, 2020 22:23
@VANIKAD solution's ↓ worked for me .
error: " The type name 'PoseData' could not be found in the namespace 'UnityEngine.XR.Tango' "
vanikad
Apr 01, 2020 01:51
I did update XR Legacy Input Helpers from package manager then it worked for me.
philroh
Feb 16, 2020 11:42
When will version 2.0.7 be released?
medovina
Nov 07, 2019 17:50
I was able to work around the problem by removing the XR Legacy Input Helpers package, since my project isn't using it. To do this, choose Window > Package Manager, scroll down to XR Legacy Input Helpers, select it and click Remove.