Hello,
I have a problem between Scripts. I like to use in a script one method of other script which belong to other gameobject . But it´s wrong…
Somebody could help me please?
Regards.
public void Subir_C1 () {
}
make it public so other scripts can use it the way you want
Check out the difference
public, private, protected
will be usefull in future
It’s right. Thanks a lot!!!
I will check out the difference!!!