Forum Discussion
standtall007
11 years agoProtege
Regarding the new SDK 0.4.3...
Hi there i am in BIG trouble right now... Somehow i cannot get the SDK to work properly (and yes i have removed every single file from the old SDK!) it says FormatException : Input string was not in ...
standtall007
11 years agoProtege
Ok so i got it semi working now...
i used this code that Kersk gave another user in here:
but, the one big problem with this code is that i cannot get the character to turn at full speed so the character is invisible to the player, except if the player is looking down... but it moves so slowly when turning the had so i have tried some possible solutions but they all drowned... and i find that it should be extremely easy but yet i cannot find a full working solution :( anybody got a clue??? Thanks for any kind of help i can get :)
EDIT! Oh btw, i am using OS X 10.10 Yosemite.
Also the player character only turn about 90 degrees and the it stops unless i turn the other way... it is really a downer right now :(
i used this code that Kersk gave another user in here:
void Update ()
{
OVRPose hmdPose = OVRManager.display.GetHeadPose();
Quaternion hmdOrientation = hmdPose.orientation;
this.transform.rotation = hmdOrientation;
}
but, the one big problem with this code is that i cannot get the character to turn at full speed so the character is invisible to the player, except if the player is looking down... but it moves so slowly when turning the had so i have tried some possible solutions but they all drowned... and i find that it should be extremely easy but yet i cannot find a full working solution :( anybody got a clue??? Thanks for any kind of help i can get :)
EDIT! Oh btw, i am using OS X 10.10 Yosemite.
Also the player character only turn about 90 degrees and the it stops unless i turn the other way... it is really a downer right now :(
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 9 months ago
- 11 years ago