sorry ,my english very pooor
create a 3d text
void Update () {
GetComponent (TextMesh).text = "testtext";
}
this code cant run
how tu modif the text ?
i can use javascript modif this attribute
function Update () {
GetComponent (TextMesh).text = "testtext";
}