Quantcast
Channel: Questions in topic: "error message"
Viewing all articles
Browse latest Browse all 2891

cannot implicity convert type 'InstantTrackingController[ ]' to 'InstantTrackingController' on wikitude

$
0
0
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

Viewing all articles
Browse latest Browse all 2891

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>