Hello developers.
I realized that when changed layout, array is not stay.
I want to stay some arrays when changed layout.
How to stay arrays?
Thanks for reading.
Develop games in your browser. Powerful, performant & highly capable.
Did you checked is your array working at all? May be you have an "clean array" somewhare between layouts? Remember that before using array you should do Array - set size to (some size), and there should be at least 1x1x1. If you have size of array 0 somewhere - it will destroy all the array as I know.
I do like this, and it stays with me all the project