For the complete documentation index, see llms.txt. This page is also available as Markdown.

BuildingOpenBrush

Android

Audio

XR

The UnityEditor.XR.Management plugin offers to remove legacy packages. See class XRLegacyUninstaller.

private static List<string> k_PackagesToBeRemoved = new List<string>(){
            "com.unity.xr.googlevr.android",
            "com.unity.xr.googlevr.ios",
            "com.unity.xr.oculus.android",
            "com.unity.xr.oculus.standalone",
            "com.unity.xr.openvr.standalone",
            "com.unity.xr.windowsmr.metro",
        };

Last updated