buildtool icon indicating copy to clipboard operation
buildtool copied to clipboard

SanitizeDefine fix for different cultures.

Open hilminamli opened this issue 1 year ago • 0 comments

Used en-GB culture info in ToUpper method. Lets say we want to convert "Android" to upper case. Without a cultureinfo, ToUpper method uses local computer's culture info. For example for Turkish Android is converted to ANDROİD. This was causing in scripting defines in player settings.

Before Fix: before After Fix: after

hilminamli avatar Jun 29 '24 00:06 hilminamli