In Javascript, given the following variable:
var otherScript : MonoBehaviour;
I’m looking precisely and only for a way to get the actual class name (script name) of that MonoBehaviour instance. Thanks for any help.
In Javascript, given the following variable:
var otherScript : MonoBehaviour;
I’m looking precisely and only for a way to get the actual class name (script name) of that MonoBehaviour instance. Thanks for any help.