Posts

Showing posts from 2018

Re-usable Unity3D scripts at GitHub!

Image
During last couple of years we have created some generic Unity3D C# scripts. These scripts have been design to be re-used at least to some extent, to ease up new game project creation. Now some of them are available for public at GitHub: https://github.com/jliias/CommonUnityScripts We have selected the ones that we think are most readable and understandable and also well (?) commented. New general purpose scripts will be added when there is something we think is worth publishing. Please have a look and see if there's something useful also for you! -Jussi

Going hyper-casual (or die trying)

Image
For some reason, hyper-casual games seem to be one of the hottest thing in mobile gaming at the moment. Just do some googling and you will notice that they really are trending. This weekend my target was to do fast-paced game development, starting from a concept and resulting to a published game. And goal was achieved, even though there is still lot of room for improvement. Anyways, my coding skills got some practical exercise, what was the purpose of this project. "Rocket to Uranus" is so-called hyper-casual game for Android. It is available at Google Play Store .   Some statistics: - Total of 15 hours of time (3 evenings) - Approx. 400 lines of new C# code written + ~100 lines of re-used code - 10+ art assets drawn with Inkscape - 2 Unity scenes created - Lots of testing, debugging and bug fixing -Jussi