All blog posts

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 →

Welcome back to the series on how to make a visual novel with Unity3D and ink. We have already learned the basics of ink and how to use ink API in order to access our story within Unity. We managed to set up a basic structure of our visual novel where we can click through the story and select choices. Today, we’re going to make things more exciting by adding in characters and emotions. If you ever…
Keep Reading →