Closed davidzwa closed 5 years ago
Pinging @MackeyK24
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 :)
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.