I tried in this way (in javascript):
GameObject.Find(“webpage1”).GetComponent(“WebViewTexture”).eanbled=false;
the error:eanbled’ is not a member of ‘UnityEngine.Component’
how can I fix it?thanks…
P.S:
webpage1 is a gameobject(plane)
WebViewTexture is a C# script.