2D Toolkit Forum

2D Toolkit => Support => Topic started by: FootprintGames on May 05, 2014, 08:50:48 am

Title: tk2dTextMesh new paragraph in script
Post by: FootprintGames on May 05, 2014, 08:50:48 am
I'm using alt+Enter on Inspector but "\n" is not working in script.
Title: Re: tk2dTextMesh new paragraph in script
Post by: unikronsoftware on May 05, 2014, 02:12:16 pm
\n definitely works in a script, the text mesh detects the \n character, so as long as its in there it will work. Run through your string in the debugger to work out what character is in there.