Problem 1: Set IsSmart = true two times, and the SmartFormatTag will be added twice.
Problem2 :
- Set IsSmart = true two times
- Set IsSmart = false
- Access IsSmart’s getter
Result:
IsSmart is still true
Expect:
setting IsSmart = false would cause the getter to return false
I had a string importer that was programmatically importing strings, and it would set the IsSmart property on each string every import even if they were not new strings. I ended up with hundreds of SmartFormatTag on my string table entries.
If there’s a better place to post this bug, let me know
Are you using the latest version of the package? 1.3.2?
If so then please file a bug report Unity QA: Building quality with passion
Could you please file a bug report?
Oops, I missed your first response before posting my last reply. I have filed a bug and the issue is IN-19839
Hope it helps, and thank you very much for your engagement on this forum!
1 Like
FYI @karl_jones , this just got resolved by Unity QA as “by design”… not sure how the incoming bug review process goes but thought I’d poke the thread just in case you care to take a look at that. I won’t bother you further. Thanks!
That’s strange. I fixed this a few weeks ago so it’s likely just an issue in the bug tracker.