Search Issue Tracker
Fixed in 1.1-preview.2
Votes
0
Found in [Package]
1.0.0
Issue ID
1245099
Regression
No
Compile errors with TvOs
-error: when using trying to use the Input System while TvOS is the active platform you get compile errors regarding the XR namespace
-repro:
--create new project
--add Input System package
--switch platform to TvOS
--NOTICE compile errors:
Library/PackageCache/com.unity.inputsystem@1.0.0/InputSystem/Plugins/XR/TrackedPoseDriver.cs(153,17): error CS1069: The type name 'XRDevice' could not be found in the namespace 'UnityEngine.XR'. This type has been forwarded to assembly 'UnityEngine.VRModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Consider adding a reference to that assembly.
-workaround:
--disable the VR module via the package manager
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Jerome064
Nov 15, 2020 11:37
Use the compiler to compile the error file and find which code is going wrong. The assignmentholic.co.uk/ is compiling the issues and also providing the solution to their problems.