All blog posts

ā€œJust ship it!ā€ I used to hear these words a lot from the business folks trying to convince devs (including me) that the product is good to go. ā€œCrazy! What are they talking about!? Development takes time! It needs testing! It needs to be thorough! It canā€™t be just shipped unfinished!ā€ I would think. I was wrong. The product definitely can be shipped unfinished. Thatā€™s because it rarely ever getsā€¦
Keep Reading ā†’

I started coding at the age of 19, right after high school. I was about to start my Computer Science degree and I was convinced that I would be the only person in the year who hadnā€™t been coding since childhood. Of course, that belief was completely wrong but I needed to wait a few years to realise how many amazing developers only learned how to code after 25, 35, or even 45. That said, my fear ofā€¦
Keep Reading ā†’

A few years ago, I joined a startup where we were developing a new, very ambitious mobile app. Having spent there over two years, I left. Itā€™s fair to say that things werenā€™t going great. Nowadays Iā€™m working at a digital agency where we help companies of all sizes develop their apps and websites. I work specifically with clients who want to kick off their startup ideas and build an app fromā€¦
Keep Reading ā†’

When making your game you might think you only need it in one language. However, itā€™s always better to be able to reach a wider audience. You might decide you want to support multiple languages at some point, and itā€™s good to be prepared for that moment. You donā€™t want to be frantically looking for answers just before the release, after all (definitely not speaking from experience). Thatā€™s why weā€¦
Keep Reading ā†’

We have learned the basics of Ink, how to integrate your ink story with Unity, and how to use external functions to show and hide characters. This time weā€™re going to look at state handling in regards to variables and the game itself. As always, feel free to use the example files available here, or to work on your game. Letā€™s get started! The example project uses materials from the game Guilt Freeā€¦
Keep Reading ā†’