umasteeringgroup / UMA

Unity Multipurpose Avatar
MIT License
726 stars 167 forks source link

Added specific culture settings for obj strings #392

Closed Rockrono closed 1 year ago

Rockrono commented 1 year ago

When exporting an avatar as obj file using this class, in some machines the float values for vertices, normals and uv could end up written with a comma (",") as separator instead of a period ("."). That would make the resulting obj file not readable by most editor/viewer applications. This fix solves that issues.