I am trying to implement random level generation. During generation, would it be faster to write directly to the tilemap, or write to an array, and then transfer the data to the tilemap when finished?
Develop games in your browser. Powerful, performant & highly capable.