I'm working on an augmented reality app using Unity and Mixed Reality toolkit for Hololens. The error "HoloLensWorldManager failed to return a world coordinate system" appears when previewing app.
Using 2019.1, and when running Hololens apps via the player I receive a continual stream of HoloLensWorldManager failed to return a world coordinate system! errors. This only occurs when the platform is set to UWP
Note: I saw this issue with the MRTK for Unity team here: https://github.com/Microsoft/MixedRealityToolkit-Unity/issues/4066 who suggested that it is likely to be a bug with the Windows MR package
Have anyone a solution in order to fix this issue?
Thanks for helping!