I’m a single independent videogame developer living in Barcelona, Spain. I worked at Ubisoft for 11 years, the latest as the lead programmer. There I developed some "million seller" titles and also collaborated in some AAA. When I left Ubisoft I started my independent development studio CoderChild, I'm working on this adventure for almost 3 years now. CoderChild started in early 2011, in Sant Boi de Llobregat, then moved to Barcelona city, and currently plannin coming back to Sant Boi. My wish: just want to make you happy and enjoy playing my games.

Report RSS Level creation workflow study

Posted by on

Note: This writting will be very summarized. It's just a dev log.

One of the things I'm studying the development of my next game using Unity, is because I expect I can use some cool features not implemented in my engine. One of the things I'm looking for is a cool way of managing lighting even for a 2D game.

I want to check normal mapping, dynamic lighting and lightmapping and see if this can create a colorful and rich player experience.

On the other hand, I'm studying this possible workflow just to know how level edition can be performed, and also start guessing room dimensions and those things for the new game.

User Posted Image


A good thing about Unity is we can make prefabs of tiles. This way, we can create a tile like a quad, build the room, and later change the tile properties which will propagate among all the prefab instances. In this case, I changed a quad to a cube just to check how will look the game with some perspective.

User Posted Image


Still having to decide how many vertical levels will have every room. It strictly depends on the size of the character we want and the fact that I don't want to do a scrolling through the room. All the room should be visible at the same time because this improves the player orientation in the whole level: this room is below that, and to the right of this one... I don't discard performing scroll in rooms, but it will have to be selected in player preferences or something similar.

Regarding to shadows, I have to still decide the method to use. I tried Unity Projectors one in each light and following the player, but I don't like the results because it introduces really ugly artifacts.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: