I've created a new project to test scripts based on the topics I write. to apply to real projects. But I don't know how to do it...
I have an object called Pad, it is Prefab, and I want it to be cloned according to the string below.
string levelI = "0000000" +
"0000000" +
"0111110" +
"0111110" +
"0111110" +
"0111110" +
"0011100" +
"0010100" +
"0010100" +
"0011100" +
"0011100";
//Oh, another requirement is how to extract strings from other files
to be in this format after game start
Ah yes, a game page like this looks like a certain game. But this is just an example of what I would like to do from an actual project...
