EZGui UITextField wont register keypresses “åäö” and maby other special characters. This seems to be a problem with Input.inputString. Anyone know a good workaround for this?

Thanks,
Niklas

I ended upp doing a workaround for this.

I set upp an OnGUI() in UIManager and processed events for writing to the control instead of using the existing Input.inputString solution.

Not very nice, but functional :slight_smile: