0

I am trying to design a UI panel using MRKT3 for the HoloLens 2. It is a panel with pressable buttons. Anytime I add object manipulator script (to make panel grabbable, interactable, etc.) this unfortunately seems to make my buttons no longer clickable.

How can i go about this?

Inspector with Object Manipulator included

kidjoo
  • 1

1 Answers1

0

For the issue reported, what is likely happening is the button is getting the parent attributes applied via inheritance. From the image, one cannot see the code or relationship but that is what sounds like in the post.

If you have the pressable button to be the parent and underlying objects under it, that should work.

Nathan - MSFT
  • 331
  • 1
  • 7