Answers for "call one method in another script from another script in unity"

C#
7

how to reference function in unity

public GameObject myObject; //make ref. in inspector window

myObject.GetComponent<MyScript>().MyFunction();
Posted by: Guest on June-27-2020

Code answers related to "call one method in another script from another script in unity"

C# Answers by Framework

Browse Popular Code Answers by Language