Let’s start with my first attempt: public class Switch : MonoBehavior { Door door; void Activate() { door.Open…
Read moreC# 9 has introduced the record keyword, and while it's a powerful tool for data management, it brings a common poi…
Read moreWhen you dive into Unity, you'll discover a treasure trove of tools that make your development life smoother. A…
Read moreIntelliSense is an important feature of any IDE. When working with Unity C# in Visual Studio, IntelliSense helps develo…
Read moreThis week, I made a great effort (theoretically) to learn MVP architecture ( Model-View-Presenter ). I started by readi…
Read more