Mariusz Klimek
Results
2
issues of
Mariusz Klimek
I have a problem with Unity reading `0.234` as `0,234` when I parse a tag This can be fixed by changing system regional format to USA(so it uses a dot...
**Issue:** `story.CurrentTags` returns a tag with a float value either comma or dot separated (`0,15` and `0.15`) `"audioambient:asset\'ambient_sanctuary_deep\',volume\'0,15\',loop\'0\'"` or `"audioambient:asset\'ambient_sanctuary_deep\',volume\'0.15\',loop\'0\'"` **Cause:** The reason is that those values are taken from...