I am getting the following error message while trying to setup Unity for Microsoft HoloLens development:
Library\PackageCache\org.mixedrealitytoolkit.uxcore@45c07beda63c\Experimental\NonNativeKeyboard\TMPInputFieldNonNativeKeyboardTrigger.cs(67,42): error CS0103: The name 'NonNativeKeyboard' does not exist in the current context
This happens after I try to import any MRTK3 assets using the MixedRealityFeatureTool, how can I fix this?
I am currently using Unity v 2023.3.20f1, I have also tried on versions (2023.1.17f1, 2023.1.10f1 and 2021.3.27.f1), using Visual studio 2022 for the first 3 versions of Unity and Visual studio 2019 for the last one. Operating system is Windows 11.
Thanks