You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
XRTK package, such as the WMR module, or Oculus etc. are locked in the UPM package manager window and cannot be removed / uninstalled using that "Unity native UI". Instead the are only removable using the custom XRTK package manager window.
To Reproduce
Import XRTK
2 Observe all XRTK package have been initially installed
Decide you don't need WMR
Open Unity package mangaer window
Select XRTK.WindowsMixedReality
Observe the Remove button is grayed out / disabled and you cannot uninstall
Expected behavior
I can either use the XRTK custom package manager or the UPM package manager window to uninstall packages I don't need.
Actual behavior
Can't uninstall via UPM.
The text was updated successfully, but these errors were encountered:
This has been discussed and will be updated after 0.15. The plan is to have the platforms OFF by default and you simply use the XRTK menu or edit the PackageAsset config file to add the ones you want.
You don't / can't, you have to use the XRTK package management functions to do it. Limitation by Unity themselves, we can only do it programmatically (or edit the manifest manually)
Until suck time that Unity open up the package manager
Not entirely true. You can remove them, but the package check puts them back. It's def a bug.
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
XRTK package, such as the WMR module, or Oculus etc. are locked in the UPM package manager window and cannot be removed / uninstalled using that "Unity native UI". Instead the are only removable using the custom XRTK package manager window.
To Reproduce
2 Observe all XRTK package have been initially installed
Expected behavior
I can either use the XRTK custom package manager or the UPM package manager window to uninstall packages I don't need.
Actual behavior
Can't uninstall via UPM.
The text was updated successfully, but these errors were encountered: