Rolling Sky

I am creating this game. I have found some trouble with it. See below:

  1. How to create a floor. The floor shape is complex. If I create it by using cube objects, it would take much time.
  2. If I have this kind of floor (only one object), how Can I find material like this (a lot of squares)?
    I can create this game, but my way takes a much time. I need a guide showing me optimal way.

So you are looking to be able to sort of ‘paint’ your squares where you want them?
I don’t know how to do that (provided I am not really experienced yet), but what you COULD do is to first make some larger shapes (4 x 4, 2 x 8) and then paste those together. This still requires you to do all the nitty-gritty work of painstakingly placing your objects at the exact position you want them, but if you are planning on creating a lot of levels or big levels then it might take at least some of that work out of your hands.