Hi all
I want to print screen in game by use Prt Sc button on keyboard
this is my test C# code for test Is KeyCode.Print work
void OnGUI()
{
if (Input.GetKeyDown(KeyCode.Print))
{
// do something
MonoBehaviour.print("Hello World");
}
}
it not work at all
can you help me pls? ![]()