microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.01k stars 2.12k forks source link

Cursor in HoloLens 1 not showing #6405

Closed datHSOsnabrueck closed 4 years ago

datHSOsnabrueck commented 4 years ago

Overview

Its my first time working with MRTK. Before that I use HoloToolkit to display the cursor via Inputmanager and Meshcursorprefab. Now in MRTK I dont know how to have the cursor back in HoloLens 1. I would like to have a better instruction to implement the cursor into HoloLens 1.

Expected Behavior

Cursor Icon should be visible and changing state since the gaze provider is included in Main Camera

Actual Behavior

No cursor icon visible in HoloLens or gameview. Only sceneview and the state of cursor does not change.

Steps to reproduce

open new scene and apply mrtk config start deploy

Unity Editor Version

2019.2

Mixed Reality Toolkit Release Version

Microsoft Mixed Reality Toolkit v2.1.0

attachment

Capture Capture1

cre8ivepark commented 4 years ago

For HoloLens 1st gen projects, please use DefaultHoloLens1ConfigurationProfile. You can change this profile by clicking MixedRealityToolkit object in the hierarchy, then through the Inspector. More details can be found in documentation https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/Profiles/Profiles.html

FYI, you can find DeaultCursor prefab assigned in the Pointer profile. MRTK_InputPointerProfile

datHSOsnabrueck commented 4 years ago

@cre8ivepark Thanks for the information but I did the same setup once but it seem not to be the problem here.

Capture2

Troy-Ferrell commented 4 years ago

@datHSOsnabrueck , can you confirm you are on RC2 (as listed in the issue)? If so, please update to the latest version of MRTK

datHSOsnabrueck commented 4 years ago

@datHSOsnabrueck , can you confirm you are on RC2 (as listed in the issue)? If so, please update to the latest version of MRTK

Hi @Troy-Ferrell, I have install the mrtk version from this link https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html

I believe that it is the latest version right now right ?

Troy-Ferrell commented 4 years ago

@datHSOsnabrueck checking back on this, can you install the latest version 2.3 from releases page? https://github.com/microsoft/MixedRealityToolkit-Unity/releases

tjcomserv commented 4 years ago

Hi did you resolve the issue?

mathisloge commented 4 years ago

@Troy-Ferrell i have been a fellow student of @datHSOsnabrueck and since our studies already completed, i do not think he will answer any more. Since I was not in the project, I cannot give any further information about it. Therefore I think that this issue can be closed.

keveleigh commented 4 years ago

Closing due to age, inability to repro, and the above comment.