Skip to content

Instantly share code, notes, and snippets.

@todorok1
Last active April 14, 2018 12:24
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/85cac37316b9c9756b2e2bcf1e862ec9 to your computer and use it in GitHub Desktop.
Save todorok1/85cac37316b9c9756b2e2bcf1e862ec9 to your computer and use it in GitHub Desktop.
Unityチュートリアル・落下判定を行うスクリプト。
void OnTriggerEnter(Collider other){
Debug.Log("SphereBooster : OnTriggerEnterが呼ばれた");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment