LD30 – LD48 – Join Us!

Categories: Game, Unity

Ok, so I entered my first Ludum Dare, with expectations set high. Β When the theme was announced (3 am here in Denmartk) I was a bit disappointed.. It was the one theme I really didn’t like “Connected Worlds”. I wanted “Potato Salat” I wanted to make a game with a potato running from forks and … Read More

Unity 2D RULES!!!

Categories: Game, Unity

After only a week and not much time to look into Unity 2D I must say that I don’t think I’ll ever look at another game engine ever again πŸ™‚ The 2D workflow, sprite importer, animator, ordering layer and so on, just makes everything SO easy. πŸ™‚ I’m simply blown away. I have so many … Read More

Stencyl

Categories: Earth Guardian, Game, Stencyl, Unity

After some weeks thinking about life the universe and everything, I’m back. πŸ™‚ I’ve spend some time making the basic stuff for a 2D game using Unity. Forcing Unity to make a 2D game have been a challenge, It works but I’ve spend a lot of time handling sprite sheet, animation and other standard stuff … Read More

Unity Draw Call Batching

Categories: Earth Guardian, Script, Unity

I was having problems with Unity draw call batching. I’ve started on a small 2d game (Earth Guardian) and had made a small mockup and was already having problems with the number of draw calls πŸ™ It looked like I was getting an ekstra draw call for each sprite I created. So I didn’t know … Read More

Unity Remote

Categories: Game, Touch, Unity

Got Unity Remote working on my LG E975 mobile phone today, so development time has been drastically shortened. πŸ™‚ As I’m new to mobile/touch development, I started out with the old compile, copy, install and test cycle. SLOW!!! I knew there had to be a better way, and Unity Remote was the answer πŸ™‚ I … Read More

Unity touch input

Categories: Game, Script, Touch, Unity

My first encounter with Unity touch input didn’t go as I wanted it to.. After some failed attempt and a test scene in Unity, it did started to make sense. And finding out that touch has phases and FingerId’s helped a lot. πŸ˜‰Β So here’s my take on a controller and firing script for my current … Read More

3×3 final version

Categories: 3x3, Game, Unity

Ok, I now regard the 3×3 game as finished. I know I could spend more time polishing is, with better graphics, sound and more depth. But, the entire project started as a POC and was never meant to become a playable game, so now that it’s playable and people enjoy playing it, I’ll move on … Read More