Forum Discussion
fireofsly
4 years agoHonored Guest
[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;
}
}
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
- 6 years ago
- 2 years ago
- 2 years ago
- 3 years ago