How To Call A Function In Another Script Unity Code Example


Example 1: how to reference function in unity


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

myObject.GetComponent<MyScript>().MyFunction();

Example 2: unity call function from another script


public otherScript other;

void Update()
{
other.funtion();
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable