-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
there is issue in some country with float when it generates xml file inside AnimationTools
you need use something like this
System.Globalization.CultureInfo customCulture = (System.Globalization.CultureInfo)System.Threading.Thread.CurrentThread.CurrentCulture.Clone();
customCulture.NumberFormat.NumberDecimalSeparator = ".";
System.Threading.Thread.CurrentThread.CurrentCulture = customCulture;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels