immersivecognition / unity-experiment-framework

UXF - Framework for creating human behaviour experiments in Unity
https://immersivecognition.github.io/unity-experiment-framework/
MIT License
214 stars 41 forks source link

Allow manual selection of locale for changing csv format #101

Closed jackbrookes closed 2 years ago

jackbrookes commented 2 years ago

Discussed in https://github.com/immersivecognition/unity-experiment-framework/discussions/99

Originally posted by **LydiaLerato** January 21, 2022 Hello! I am currently collecting data with this great framework but unfortunately it saves it seperated with ';' and floats with ',' in a csv. I would prefer a data collection with ',' instead of ',' and '.' instead of ',' because I want to analyse it computationally. I read that this is becaue I use it from a non english location but where can I change this behavior in the code? Couldn't finde an answer yet. Greetings