Playmaker: 3D Text Mesh setting?

I want to use 3d text mesh object instead of GUItext object to display score…etc…, but I can’t find any like “set 3d text”. So how can I write string onto 3d text object with playmaker?

Tanx!

It is possible with SET PROPERTY action.

I couldn’t set it on a different game object first, because I couldn’t drag the component onto it. So I made an FSM on the text mesh itself and pulled(dragged) the component itself to the object field. Then object type was recognized and I could set the text.

Then I could copy this action to other game objects too.

Wlcome!