Hey, I just tested something and got over this one.
void Start ()
{
returnString();
}
public string returnString()
{
return "This is a string";
}
So actually this is not working ))), it will not put in the console a message with
"This is a string".
is this true that not working like this way. I mean, you can print mess. only Of Debug and print. Or I have to import some library ?
↧