This blog post is based on the Microsoft documentation for .Net Maui Radio Buttons. Microsoft’s code samples also show how to access the content of Radio Buttons following a “CheckedChange” event, and I’ve summarised it below. .Xmal file This is my example of Radio Button code. The “DigitLength” method in the code-behind (see below) is…
Category: C# projects
Unity Ink Integration: Playing Animations Using Dialogue Tags
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…
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…