someone help with my error message i have built a project for furniture app
here's my furniture.cs
![alt text][1]
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CarsController : MonoBehaviour { private InstantTrackingController trackerScript; private GameObject ButtonParent; // Use this for initialization void Start () { trackerScript = GameObject.Find ("Controller").gameObject.GetComponents();
ButtonParent = GameObject.Find ("Buttons Parent");
trackerScript._gridRenderer.enabled = false;
ButtonParent.SetActive (false);
}
void OnEnable(){
trackerScript._gridRenderer.enabled = false;
ButtonParent.SetActive (false);
}
void OnDisable(){
ButtonParent.SetActive (true);
}
}
[1]: /storage/temp/104753-asd.png
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CarsController : MonoBehaviour { private InstantTrackingController trackerScript; private GameObject ButtonParent; // Use this for initialization void Start () { trackerScript = GameObject.Find ("Controller").gameObject.GetComponents