Unity 4.3.3 f1
2D Toolkit 2.3.3
I have a tk2dUIScrollableArea object on the Scene. In its Content property , the object must be a tk2dTextMesh object.
In the script, the text property of tk2dTextMesh should be changed.
All my attempts do not alter the ContentLength property of tk2dUIScrollableArea.
(MeasureContentLength ()
-no effect.
textGO.transform.parent = null;
text: text + = "Blablabla.";
tehtGO. parent transform. = ScrollableMenu.contentContainer.transform;
-no effect.
And so on.)
I have tried everything and can't understand why it is not happening. And very pleased this extremely intuitivony things!
The main question is how to do it?!