you name the other script then .Invoke like [StarManta][1] on the forums suggested
public MonoBehaviour otherScript;
void Start() {
otherScript.Invoke("example1", 3f);
}
[1]: http://forum.unity3d.com/members/starmanta.1195/
↧