Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
fireofsly's avatar
fireofsly
Honored Guest
4 years ago

[Bug]Hand Pose for Button.Start does not work.

oculus intergration: 38.0

Unity: 2019.4.37

 

 

private void Update()
{
    if (OVRInput.Get(OVRInput.Button.Start))
    {
        // controllers work
        // Hand pose does work
    }
    else
    {
         m_IsStart = false;
    }
}