Is there a way to keep the 3D text in a cube so that the text wont be outside the boundaries of the cube? Thanks!
you are really going to have to explain how you are getting that text into your scene: is it generated?, is it fixed in the scene?
from what you’ve posted so far we don’t know what you are trying to do, or how you are trying to do it, so answering it in a helpful way is going to be tricky; so more detail please
So I’m getting the data from the cloud. Im using a JSON file to organize the data.
But I think what you mean is the following. I have a cube and I have cube_text which I an instance of cube.
GameObject.GetComponent<TextMesh> ().text = other.TextFunc("link");
Where other.TextFunc(“link”) is the ‘string’ itself