WWW. Print gives a 'Message Truncated'

Hello,

I’m downloading a JSON text within Unity via the standard WWW. When I print off the result, I never get the whole JSON phrase, only a shortened version with the print message ending in:

<message truncated>

Any idea why this is happening? Is it just the Print method that is doing this? Or is it something out of Unity’s control?

Thanks

How large is that file? Any text displayed in the Untiy editor (or with the old GUI system) as a character limit of about 64k. So yes, it might be just the Debug.Log that truncates it. Try printing the length of the returned string