When trying to add localization to my mobile game Level It! for Android I wanted to use the .net resource manager but unfortunately got a weird error message from Visual Studio. Apparently this is not supported with Unity3d. This post describes a simple text manager to do the localization with Unity 3d. My starting point Continue reading
Level It!
Level It! Release 2 Available
The second release of the mobile game “Level It!” is available! It includes the following features: Game Speedup: Now the towers crash up to three times faster than before. Under “settings” you can select the game speed. If the game does not run smoothly in the fastest speed try unselecting “big towers.” Luckiest Guy Font: Continue reading
Sound of Crashing Tower in “Level It!” with Unity3d
My mobile game Level It! has towers built out of a few hundred small wooden blocks. When hit the tower falls and a crash sound plays. In this post I describe how I programmed the crash sound in Unity3d. First version of the crash sound: no sound dynamics and too slow Every time a Continue reading