I have TMPro Input field and want to input decimal numbers only. On PC I need to press comma to seperate, point does not work. My phone does not support commas only points so I can only put integers.
I tried changing PC language before building, that did not work, I still needed to input commas. I tried replacing commas with points. That did not work either, Unity was removing the point before OnValueChanged event. Is there any way to change the seperation char or just set it to point by default?