microsoft / MixedReality-UXTools-Unreal

UX tools and components for developing Mixed Reality applications in UE4.
https://microsoft.github.io/MixedReality-UXTools-Unreal/
MIT License
316 stars 86 forks source link

UxBoundscontrol #54

Closed steven-mountain closed 2 years ago

steven-mountain commented 2 years ago

I have added a UxBoundsControl component to an actor in my hololens project, while there is no bars which should surrounding the actor when the project is running in my Hololens2.

julianjimenez-ms commented 2 years ago

Hi @steven-mountain,

In order to be able to help you, can you please provide a screenshot of your Blueprint where we can see the configuration of the UxtBoundsControl component? Did you simply add the component to your Blueprint or did you modify its default configuration?

Besides that, can you confirm if you see the bounds surrounding your actor when playing the scene in the editor?

Thank you

steven-mountain commented 2 years ago

Dear julianjimenez -ms, Firstly, I just simply add the component to my actor as what the video says. the course link is (https://www.unrealengine.com/en-US/onlinelearning-courses/hololens-2-mixed-reality-production-for-unreal-engine). the chapter is Incorporate Hand Interactions with UX Tools

What I did is just adding the UxtBoundsControl component to my target actor.

Secondly, I'm quite sure that I can't see the bounds surrounding my actor whe playing the scene in the editor. Finally, Is there a good Brochure about using MRKT in Unreal Engine, the course as mentioned above just tell me what to do, but I don't know why I should do that.

------------------ 原始邮件 ------------------ 发件人: "microsoft/MixedReality-UXTools-Unreal" @.>; 发送时间: 2022年3月30日(星期三) 晚上11:18 @.>; @.**@.>; 主题: Re: [microsoft/MixedReality-UXTools-Unreal] UxBoundscontrol (Issue #54)

Hi @steven-mountain,

In order to be able to help you, can you please provide a screenshot of your Blueprint where we can see the configuration of the UxtBoundsControl component? Did you simply add the component to your Blueprint or did you modify its default configuration?

Besides that, can you confirm if you see the bounds surrounding your actor when playing the scene in the editor?

Thank you

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

steven-mountain commented 2 years ago

Hi @steven-mountain,

In order to be able to help you, can you please provide a screenshot of your Blueprint where we can see the configuration of the UxtBoundsControl component? Did you simply add the component to your Blueprint or did you modify its default configuration?

Besides that, can you confirm if you see the bounds surrounding your actor when playing the scene in the editor?

Thank you

Thanks for your help, I rebuilt my project today, and the problem has magically disappeared though I don't know why.

julianjimenez-ms commented 2 years ago

Hi @steven-mountain,

Thank you for letting us know. I'm glad to hear that your issue went away.

Regarding the use of MRTK in UE, you can also have a look at the docs in this repository and the Mixed Reality development in Unreal Engine entry in docs.microsoft.com. Those should give you a bit more context.