Unity-Technologies / UnityDataTools

Experimental tools and libraries for reading and analyzing Unity data files.
Other
575 stars 50 forks source link

Set culture in tests to overcome tests failing due to local culture settings #19

Closed thomas-rosenquist closed 3 months ago

thomas-rosenquist commented 3 months ago

Persisted test data is currently using US format, and related asserts will fail on non-US systems. Setting culture overcomes this until test data, or asserts, can be made culture agnostic