Repository with an example of using the "Object Pool" pattern
Theme: GameObjects
Main idea:
► PRE-CREATION
Key ideas:
● Use already created objects instead of creating them.
● Using Generic classes for convenience.
Repository with an example of using the "Object Pool" pattern
Theme: GameObjects
Main idea:
► PRE-CREATION
Key ideas:
● Use already created objects instead of creating them.
● Using Generic classes for convenience.