Skip to content

Instantly share code, notes, and snippets.

@peroon
Created November 27, 2015 03:04
Show Gist options
  • Save peroon/6a9de4e006423cf77a6a to your computer and use it in GitHub Desktop.
Save peroon/6a9de4e006423cf77a6a to your computer and use it in GitHub Desktop.
int Rangeはmaxを含まないのでこういう書き方になる
var prefab = prefabs[Random.Range(0, prefabs.Length)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment