Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: enhance & move output #4

Open
geziefer opened this issue Feb 2, 2017 · 5 comments
Open

FR: enhance & move output #4

geziefer opened this issue Feb 2, 2017 · 5 comments

Comments

@geziefer
Copy link

geziefer commented Feb 2, 2017

After making it work, I think others may stumble upon the same points as me, that 1st) there is no meaningful output when the REST call doesn't work for some reason. And 2nd) it would be great, if the output follows my view instead of staying at a fix position.
The 1st is propably simple, but I have yet no idea if the 2nd is.
And an additional basic question: Do I always have to go from the Unity project, or can I stick to the Visual C# solution once it's exported for the 1st time? (by the way, it may make sense to add to the readme, what you told me to use as base tutorial for it).

@neon-ninja
Copy link
Member

The problem with 2) is that the text/rectangle is positioned in space next to the face it's associated with. If we move that, in the case of multiple faces, it may become unclear which text corresponds to which face. Perhaps leaving the rectangle fixed and drawing a line from the rectangle to the text might help with that.

For what purpose? Launching the app? Once it's deployed once you don't need a computer anymore, you can launch it from the hololens itself

@geziefer
Copy link
Author

geziefer commented Feb 3, 2017

I will experiment with the project myself and see what one can do with it, thanks anyway with the good start you gave!
Concerning IDE question, I meant, whether I have to work in Unity and continuously have to export into Visual Studio solution to deploy on HoloLens or if I can, once it is built into an Visual C# project, stay within Visual Studio and continue developing there.

@neon-ninja
Copy link
Member

I'm unsure if the unity build process modifies the source files in any way. Can you run a find . | grep in the built solution App folder for GazeGestureManager ? I don't currently have access to a built version of the project

@geziefer
Copy link
Author

geziefer commented Feb 3, 2017

No, it still resides in ../Assets/Scripts/GazeGestureManager.cs

@neon-ninja
Copy link
Member

then I think editing that should still affect the vs deploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants