0
Q:

how to reference another code

 //Creating and assigning the reference variable.  ReferencedScript refScript = GetComponent<ReferencedScript>();  //Creating then assigning the reference variable.  ReferencedScript refScript;  refScript = GetComponent<ReferencedScript>();
3

New to Communities?

Join the community