decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Plain Text multiple lines #1060

Closed nearnshaw closed 4 months ago

nearnshaw commented 8 months ago

When using the Plain Text smart item, I always see a single line in Babylon, even if in Unity the text is in multiple separate lines

In this example I set the text to "Duplicate\nchest", and set the line count to 2. It looks as I expect in Unity, but not in the Editor

Image

nearnshaw commented 5 months ago

I see this still being a problem.

Image

Image

You can check the text-wrapping, and then it's multiline, but not following the same line breaks that the scene will use, ignoring /n characters

Image