How can I press a key from the C# script? All I found it's just how to get click on a key, I did not find how to press programmatically on a key. How can I do that?
I want to make the key pressed. Not to check if the key is pressed.
For example, I want to press Enter
with my C# script.