VR features deprecated and no longer compile in Unity 2020.2.0f1

Issue #96 closed
Former user created an issue

Assets/Slash.Unity.DataBind/Scripts/Foundation/Providers/VR/InputTrackingPositionProvider.cs Assets/Slash.Unity.DataBind/Scripts/Foundation/Providers/VR/InputTrackingLocalPositionProvider.cs

These files are using UnityEngine.VR which has been deprecated for a while now and replaced with the XR system which is both in a different namespace but also works differently, so this code doesn't compile in 2020.2.0f1. It may also not work in an earlier version but I am not certain at which point the deprecated code stops working.

Comments (5)

  1. Christian Oeing repo owner

    The usage of UnityEngine.VR was already removed in version 1.19, so the user seemed to have used an old version. Closing this issue for now.

  2. Log in to comment