generate text outside of unity.

HI everyone,

So I am creating large amounts of text for our in game tutorial. The issue is that I want to be able to create the text outside of unity for easy editing with certain styles like colour, bold italic etc and then copy and paste that into unity with all the styles still in tact.

Is this something that is possible and if so what are those possible solutions?

Thank you

W

you can use xml, read xml file from inside unity and use the

-[Rich Text unity feature][1]

[2]

Combine these 2 features and you can achieve what you want.


  [1]: http://docs.unity3d.com/Documentation/Manual/StyledText.html
  [2]: http://answers.unity3d.com/questions/63728/easy-xml-parsing.html