BabylonJS / BabylonToolkit

Home of the community maintained Unity & Unreal exporters for Babylon.js
179 stars 47 forks source link

Unity exporter Tag with spaces incorrectly split up #4

Closed davidzwa closed 5 years ago

davidzwa commented 5 years ago

Tags are incorrectly split up when they have a space in Unity. In Unity it is only 1 tag, so it should stay that way.

image

deltakosh commented 5 years ago

Pinging @MackeyK24

MackeyK24 commented 5 years ago

I cant see how i can fix this for FREE TEXT fields that you can enter tags like "Tag1 Tag2 Tag2"

You wil have to UNDERSCORE your spaced tags like "Tag_1 Tag_2 Tag3" or i will have to switch the tags to an array (Which might not be a bad ideal anyways) and replace tag value .Replace(" ", "") or something like that... But this will be in the new version coming soon :)