I’ve recently started using the Ink Integration for Unity to add narrative and dialogue to my game. I was looking for ways to play animations during specific lines of dialogue. I’m currently doing this using tags in the Ink script. This approach was suggested in the Ink documentation for playing other media like .ogg audio…
Category: C# projects
Taking the Foundational C# Certification as a beginner
Microsoft and freeCodeCamp.org launched a C# Foundational Certification in August 2023. It’s free and taught as online modules so you can complete it at your own pace. It ends with a final online exam. I’ve been learning C# by using Unity over the past few years but I’m still very much a beginner. I’ve taken…