Hi everybody!
does Unity have native support for Head Mounted Display or/and head trackers? I want to develop an application that record the head movement and it’s a critical point for me.
Thanks very much!
Native support, no. Ability to add it in, yes. I saw someone had successfully implemented facial recognition somewhere in the showcase forum and allowed that to control a character in-game.
ah, here it is
[/url]
Hey, thanks Discord!
So, if I understood well: I have to code a script to communicate between the hmd and unity? But I have a doubt: I’m afraid the example you sent me is made by simulate mouse control with face recognition, and mouse is a standard input for unity (anyway I’ll ask). Do you think is possible to code a different input peripheral for unity: I don’t want to use mouse simulation because I need the mouse to do other things while using the software!
Thanks again for your suggestions.