What is the maximum length of a string in Unity, that can be populated from WWW.text data
I’m not sure there can be any maximum length. For example in my game I use WWW for retrieving high scores from a database which can hold up to 100 different entries.
You’re best off reading the WWW class scripting reference