Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created April 10, 2018 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todorok1/650cc72b74b80c1fa0cec829e4029060 to your computer and use it in GitHub Desktop.
Save todorok1/650cc72b74b80c1fa0cec829e4029060 to your computer and use it in GitHub Desktop.
Unityチュートリアル・キー入力のスクリプト。
public void OnPressedBoostButton(){
isBoostPressed = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment