Skip to content

Andronovo-bit/ObjectPoolPattern-ExampleGameUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Pool Pattern Space Ship Example

The object pool pattern is a cool way to make your game run faster and smoother by saving the CPU from creating and destroying too many objects. It can works by recycling the objects that you already have instead of making new ones every time you need them. 🔄

The best thing about the object pool pattern is that it helps the CPU relax and not work too hard when it has to create and destroy new objects quickly. This can make your game more fun and responsive, especially when you have a lot of objects that you use and throw away often, like bullets, enemies, particles, or UI elements. 🔫👾💥🎮

No Object Pooling

Image

With Object Pooling

Image

About

Object Pool Pattern Example Project in Unity. Explain this repo how to use object pool pattern use in your game.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages