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
unity3d
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