
Did you ever heard of term “design pattern”? Do you know what it means? Or do you know examples of it?
Today we will find out about one of the most important design patterns in game development! But beware, this might change you forever! ?
What design pattern even is?
But first things first! What is the design pattern you might ask? I’m going to prepare a separate post only about that subject, so, for now, I have just a quick explanation.
A design pattern is a high-level idea or proposition on how you can write code. Each design pattern has its pros and cons, so you have to learn about them as much as you can to know where and when to use them in your project.
Continue reading “How to implement State Machine in Unity”