
Factory design pattern is used very often in Unity, but you might not even realize that. Well, you might don’t know that this is even a thing! Don’t believe me? When was last time when you instantiate prefabs in your project from code?
Yup, you used factory design pattern there without even knowing! Congrats! ?
Continue reading “Implementing Factory Design Pattern in Unity”