Unity Depth Charges

Unity Depth Charges “Remake” with source code

My Unity Depth Charges remake is not an exact remake. I took the idea of a destroyer dropping depth charges to bomb submarines. Other than that there…

unity typewriter effect

Unity Typewriter effect with source code

Unity typewriter effect made easy with Unity. I wanted to use this effect in another little project I was doing, and made this little project for learning…

unity retro demo featured

Unity Retro Demo, how I made this intro

Unity Retro Demo, takes you straight back to the golden years of 80s of the 8/16 bit computer era. Since I started learning my self Unity a…

Windows Service installer with InstallShield LE

I’ve made a short video to demonstrate how to create a installer for a windows service. Use HD resolution to see the details. Happy installing!

C# – Make console application invisible

Sometimes it can be handy to hide your console application from the users, to avoid complications in the example. Here is how to do it. First, we…

C# – Add VB script capabilities to your applications

There is plenty of areas to use this. For me, I use vb scripts on one of my software so users can make their own start up…