Hello everyone.
The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
Hololens device Application opening
Hi,
iam a beginner working with unity. I deployed my application using Hololens gadget. I opened the app in front of me..
I could see a window displayed with ->Made with Unity.
But my application is working and opening in the other side of the room and i have to search for where my application is.
May i know what the problem is?
Tagged:
0
Best Answer
-
timg mod
x:-3.7 indicates that your hologram will appear 3.7 meters to your left.
This calculation is made from the position and orientation of where the HoloLens was at app startup time (basically, the first frame, before the logo appears).
The "Made with Unity" logo is designed to always be in the holographic frame, so it doesn't really give you any indication of where you will find your holograms once it goes away.
Clear?
6
Answers
What are your hologram's X,Y,Z transform.position values in Unity's editor?
Which direction was your HoloLens pointing when you first launched your app from Visual Studio?
I have only 1 hologram in my scene view
Position: X: -3.7 Y: 0.03 Z: 2.06
i could see "Made with Unity" just in front of me.
But my deployed hologram is present to side of my actual screen.. sometimes in the opposite direction of my screen too..
Please Clarify
x:-3.7 indicates that your hologram will appear 3.7 meters to your left.
This calculation is made from the position and orientation of where the HoloLens was at app startup time (basically, the first frame, before the logo appears).
The "Made with Unity" logo is designed to always be in the holographic frame, so it doesn't really give you any indication of where you will find your holograms once it goes away.
Clear?
Thankyou @timg
Why is that the positions of the Holograms depend on the origin of the launch app window ,