Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

unity3d - How to handle very long sentences in Unity?

I tying to using Text component for explain the terms and conditions but If I enter more than 15000 characters then error occurred with "ArgumentException: Mesh can not have more than 65000 vertices"

So is there any good way for handle very long sentences in Unity?

question from:https://stackoverflow.com/questions/65839251/how-to-handle-very-long-sentences-in-unity

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

So to get around this limit we will need to split the text across multiple meshes. You can do this by either;


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...