gabrielcrowe
7/22/2019 - 9:50 AM

Unity Get Keyboard Input

if (Input.GetKey(KeyCode.Space))
{
    //do a thing
}