You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to adjust the origin when packing sprites using your tool but I get the following errors. The other command line options seem to work just fine. Is there something that I am doing incorrectly?
The text was updated successfully, but these errors were encountered:
Could you check what the DecimalSeperator on your system is?
Like this: string seperator = CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator;
At least on German Systems there are Common Problems with decimals since those systems expect a , instead of a dot .
You could try to replace your decimal dots with the CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator of your system.
Or you could try to force the SpriteAtlasPacker to use dots. To try that go here:
I am trying to adjust the origin when packing sprites using your tool but I get the following errors. The other command line options seem to work just fine. Is there something that I am doing incorrectly?
The text was updated successfully, but these errors were encountered: