Convert SteamVR Input Script to XR and Oculus.
Bütçe $10-30 USD
- Freelancer
- İşler
- Unity 3D
- Convert SteamVR Input Script to XR and Oculus.
Hello, I have a class that detects the SteamVR input for Unity and I want to convert to make a similar input for XR and maybe Oculus as well
The Whole script is (less than 160 ) line.
here is a simple of the code.
public delegate void LocalInputEvent();
public static bool Input(LocalInputEvent localInputEvent, SteamVR_Action_Boolean button, Hand inputDevice)
{
bool success = Input(button, inputDevice);
if (success)
if (localInputEvent != null)
localInputEvent();
return success;
}
That is it, I want to make my App to be usable for XR and Oculus users.
Bu iş için 1 freelancer ortalamada $25 teklif veriyor
I have experience in HTCvive and Oculus VR development. I think I can try, or tell you how to solve it. Please communicate with me if necessary. Thank you