Skip to content

Instantly share code, notes, and snippets.

@zonaryFUND
Last active February 2, 2022 17:07
Show Gist options
  • Save zonaryFUND/d51b8a571306cc5214e1c9dd086f18ff to your computer and use it in GitHub Desktop.
Save zonaryFUND/d51b8a571306cc5214e1c9dd086f18ff to your computer and use it in GitHub Desktop.
_objUnitColorTop = Enumerable.Range(0, 3).Select(y => Enumerable.Range(0, 6).Select(x => {
var obj = Instantiate("PrefabName");
// obj.transform.parent = などの処理
return obj;
}).ToArray()).ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment