Skip to content

Commit 9cd0a23

Browse files
authored
create read me
1 parent a6b9030 commit 9cd0a23

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UnityObjectPooling
2+
Object pool unity
3+
4+
5+
You may have made games in the past that created and destroyed a lot of items (such as bullets or enemies).
6+
What you may not have known is that the act of instantiating and destroying are inefficient and can slow your projects down.
7+
This is where Object-pooling comes in . This project contains fully finished example of a object-pooler .
8+
9+
This pool creates objects that you defined on start and creates additionally if more spawn request comes to the pool than pools capacity and manages newly added pool objects too ! .
10+
11+
Add this pooler to your project and start using directly !

0 commit comments

Comments
 (0)