Instantiating a Procedurally Generated Platformer in Unity
In my last post, we discussed a simple way you could randomly generate a two-dimensional array of values representing level tiles. The trick, of course, is to smoothly convert each of these chunks into actual Unity objects.