Closed krypt-lynx closed 4 years ago
That's a good point, I expect this same bug is duplicated in a few places. Would you be interested in submitting a PR just to add in the CultureInfo.InvariantCulture
in the appropriate places?
I will do. Out of curiosity, what are you using this lib for?
I will do.
Thanks ❤️
what are you using this lib for?
I'm not using it any more. Back when I developed it I was using it to procedurally generate 2D layouts of things e.g. facades for procedurally generated buildings (see the video at the bottom of this post if you're interested).
For whatever reason github does not allows to link existing issue in request
It is not what I expected, to be honest. I need a crossplatform constraints implementation to try to insert it into Unity game. And crossplatform support using native libs is a rabbit hole I don't want to dive into
I've merged that PR, thanks very much :D
variable.ToString() outputs "[name:111,1]" (comma instead of period) on my system Looks like this (not checked others yet) using system default locale instead of
CultureInfo.InvariantCulture