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.
Most platforms require a dependant UPM package installed for it to function, e.g. Oculus (Standalone/Android), WMR and Lumin.
Currently, if the data provider is registered for a platform and the corresponding UPM package is not installed, this results in several spurious error messages saying the data provider could not be initialised.
This error should be a lot friendlier for a simple project setup issue
To Reproduce
Install XRTK.Core and SDK using the Unity Package Manager
Create a new Scene and use "Mixed Reality Toolkit -> Configure..."
See errors
Windows Standalone - Errors about Oculus
UWP - Errors about WMR extensions
Lumin - Errors about Lumin
Expected behavior
User should receive a warning advising to check the installed UPM packages
Actual behavior
Errors and no direction for the user
Your Setup (please complete the following information)
Unity Version 2019.1.14
XRTK Version 0.1.19
Target Platform (please complete the following information)
WMR immersive
OpenVR
HoloLens
Lumin (Magic Leap)
Additional context
We don't want new users confused
The text was updated successfully, but these errors were encountered:
XRTK now issues a warning if a DataProvider cannot be initialised due to the dependant UPM package that contains that provider not being loaded (DataProviderType concrete type cannot be found)
* Fix for #330
XRTK now issues a warning if a DataProvider cannot be initialised due to the dependant UPM package that contains that provider not being loaded (DataProviderType concrete type cannot be found)
* typo
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugSomething isn't workingResolvedResolved, no further action
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
Most platforms require a dependant UPM package installed for it to function, e.g. Oculus (Standalone/Android), WMR and Lumin.
Currently, if the data provider is registered for a platform and the corresponding UPM package is not installed, this results in several spurious error messages saying the data provider could not be initialised.
This error should be a lot friendlier for a simple project setup issue
To Reproduce
Windows Standalone - Errors about Oculus
UWP - Errors about WMR extensions
Lumin - Errors about Lumin
Expected behavior
User should receive a warning advising to check the installed UPM packages
Actual behavior
Errors and no direction for the user
Your Setup (please complete the following information)
Target Platform (please complete the following information)
Additional context
We don't want new users confused
The text was updated successfully, but these errors were encountered: