Skip to main content
1-Visitor
December 4, 2019
Question

Problem viewing 3D-Buttons on Hololens

  • December 4, 2019
  • 1 reply
  • 3034 views

Hello everyone!
I was creating an AR-project for Hololens (1st gen), where an Air tap on a 3D- Button should trigger some javascripts and start a sequence.

While on a PC-preview the project was running flawless, during the real-case with Hololens, the buttons didn't appear.

 

Did someone experience this kind of a problem and eventually knows a solution?

Here's how the buttons look like in the designer-ui and on the preview

1 reply

18-Opal
December 6, 2019

It looks like you have some other widget controlling the Visible property of the button. Is it possible that whatever is supposed to make the button visible is not happening in the Hololens view?

 

As a test, you could try making the buttons always visible (remove the binding to the Visible property), and see if they appear in the Hololens experience. If that works, then it's something that's stopping the binding from working the way you expect.

1-Visitor
December 9, 2019

Hello Clay,


thank you for your suggestion! Tried it out. Unfortunately, it didn't solve the issue. In fact, I've noticed that some models, which should appear during animation, are also visible only in the browser preview. Seems to be a bug of some sort.

21-Topaz I
December 10, 2019

Hi @sshevliakov ,

 

I tested it in the current release /studio and view / but could not indetify any issue there. 3d buttons seem to work fine on the HoloLens 1 :

 

2019-12-10_12-04-07.gif

How did you define the 3d button. Did you use any css? May be first try only using colors without styles.