Error:
Object reference not set to an
instance of an object GUIFinal.OnGUI
() (at Assets/Standard
Assets/Character/Script/GUIFinal.js:8)
var stringToEdit : String = "Hello World";
var script : Graphics3;
function OnGUI () {
// Make a text field that modifies stringToEdit.
stringToEdit = GUI.TextField (Rect (10, 10, 200, 20), stringToEdit, 25);
if (GUI.Button(Rect(10,70,50,30),"Click"))
hand = GameObject.Find("ForUnity/Left Arm").GetComponent(Graphics3);
hand.url = "https://****BlockedSite/api/get.php?asset=" + stringToEdit;
}