Unity-Programming-Patterns
Unity-Programming-Patterns copied to clipboard
Implementations of programming design patterns in Unity with examples in C# when to use them.
The code comment is wrong. You can make a reusable GameObject pool without monobehaviour because you can call Object.Instantiate - you just have to pass a prefab GameObject to it...
hi,I see all patterns except dirty flag pattern in examples.why no dirty flag pattern?
Would it be better to move prevCarPart from a subclass of _CarExtras to _CarExtras? Thank you so much for this project, the codes are easy to understand.