[Unity Babylon Exporter] New line escape characters not respected with TextBlock

\n characters are not converted to a new line when exporting project via Unity Babylon Exporter.

This one is for @MackeyK24!

I believe this has something to do with the moment the conversion occurs, since by using string.replace("<br>", “\n”) I was able to make it work. I should add that the text input is stored as babylon property inside Unity.

Where is this at…: what file?