Answers for "how to get a keyboard keys on unity"

C#
11

get key unity

if(Input.GetKey(KeyCode.Space))
{
	//do somthing
}
Posted by: Guest on May-17-2020
0

how to get keyboard input in unity

//https://docs.unity3d.com/ScriptReference/KeyCode.html - ALL KEYCODES
Posted by: Guest on February-11-2021

Code answers related to "how to get a keyboard keys on unity"

C# Answers by Framework

Browse Popular Code Answers by Language