07-10-2017 05:41 AM
12-13-2017 08:55 AM
12-15-2017 01:35 AM
12-15-2017 01:52 AM
void RayHitSomething(Vector3 hitPosition, Vector3 hitNormal) {
if (lineRenderer != null) {
lineRenderer.SetPosition(1, hitPosition);
}
}
12-15-2017 03:36 AM
12-17-2017 01:14 AM
12-17-2017 09:05 AM
oculus_gabor said:
The holidays are going to push the blog update out a bit, i think it's landing sometime early January.
12-19-2017 05:59 AM
01-05-2018 04:47 PM
01-12-2018 03:24 AM
oculus_gabor said:
Blog update is live: https://developer.oculus.com/blog/easy-controller-selection/
01-13-2018 04:44 PM