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
float value in csv is not parsed correctly in the culture that separated comma
小数点の区切りがカンマのculture環境で正常にcsvがパースされない。
using CultureInfo.CurrentCulture = new CultureInfo(“pt-BR”);, can reproduce on Unity Editor. CultureInfo.CurrentCulture = new CultureInfo(“pt-BR”); あたりで適当にcultureを変更するとUnityエディタ上でもおかしくなるのが再現できる。