Last active
February 2, 2022 17:07
-
-
Save zonaryFUND/d51b8a571306cc5214e1c9dd086f18ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_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