-
Notifications
You must be signed in to change notification settings - Fork 30
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
Null Reference to Keyboard Controller #1
Comments
I haven't gotten around publishing a newer version of the toolkit quite yet, but here's a more stable version of the code. Try using this and I'm pretty sure the bug you're seeing will be resolved. |
We're hoping to have an update for the toolkit in October. |
@USC-ICT-MxR I am trying to understand how this SDK works and hoping if you could upload more instruction. |
The plan is to have an updated version of the toolkit along with more instructional videos by March 2018. @seanvrar I would recommend reading the first two pages of this paper to get a bit more info on how redirected walking works. |
@USC-ICT-MxR I have the same setup as you do in the lab. also using Phasespace tracking and oculus dk2. |
We've used several versions of the Oculus SDK and deployed it both the DK2 and CV1. If you look at the toolkit's code, it's fairly hardware-agnostic and it doesn't have specific software requirements. |
@USC-ICT-MxR I am able to change the position of OVRCamerRig , but failed to change CenterEyeAnchor. Do you happen to know how? Thanks !! |
Hmmm, @seanvrar I'm not sure how you're configured things. If you've parented the OVR stuff properly, they should all move together. The main instructions are parenting OVR to the RedirectedUser transform and also passing the CenterEyeAnchor references as the head. That should do the trick. If you've followed these steps and still have problems, please quantify what you're seeing so I can assist. |
Hi
I tired building the program and following the instruction on the you tube video using Unity 2017.1 and steamVR but I am getting an error bellow.
NullReferenceException: Object reference not set to an instance of an object
Redirector.InjectRotation (Single rotationInDegrees) (at Assets/RDW Toolkit/Scripts/Redirection/Redirectors/Redirector.cs:26)
SteerToRedirector.ApplyRedirection () (at Assets/RDW Toolkit/Scripts/Redirection/Redirectors/SteerToRedirector.cs:113)
RedirectionManager.LateUpdate () (at Assets/RDW Toolkit/Scripts/Redirection/RedirectionManager.cs:184)
The Scene Spins round and round.
? whats the issue.
The text was updated successfully, but these errors were encountered: