cancel
Showing results for 
Search instead for 
Did you mean: 

Line Renderer GEARVR

bordy131
Honored Guest
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class NewBehaviourScript1 : MonoBehaviour {

// Use this for initialization
private Transform childObject;
private ParticleSystem objectParticles;
private LineRenderer objectLineRenderer;
void Start () {
childObject = gameObject.transform.Find("EventHohl");
objectLineRenderer = childObject.GetComponent<LineRenderer>();
}

// Update is called once per frame
void Update () {
if (OVRInput.Get(OVRInput.Button.Two));
objectLineRenderer.enabled = false;

}
}

I'm making VR video player with controls based on gearvr controller and I want to add function that will remove line renderer(because it disturbs when you watch video) and turn it back on touchpad click, or swipe up/down, idk. I tried to do this, but it couldn't work, upper you can see my code. EventHohl is eventsystem to which I attached linerenderer

1 REPLY 1

LZoltowski
Champion
Heya, you might find better help in the developer part of the site, as this is a mainly end-user forum 

https://forums.oculusvr.com/developer/discussions
Core i7-7700k @ 4.9 Ghz | 32 GB DDR4 Corsair Vengeance @ 3000Mhz | 2x 1TB Samsung Evo | 2x 4GB WD Black
ASUS MAXIMUS IX HERO | MSI AERO GTX 1080 OC @ 2000Mhz | Corsair Carbide Series 400C White (RGB FTW!) 

Be kind to one another 🙂