Answers for "get float from others script"

1

get float from others script

var class1 = GameObject.Find("MyObjectScript").GetComponent<MyClass1>();
    class1.myfloat = 3;
Posted by: Guest on January-04-2021

Code answers related to "get float from others script"

Browse Popular Code Answers by Language