Skip to content

Commit 8ba5eaf

Browse files
authored
Update README.md
1 parent f6168d1 commit 8ba5eaf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unity-Object-Pool
2-
A singleton object pooler for all of your optimization.
3-
Currently to get the Object you need to know the position in the pool, will be changed to either use the position or the name.
2+
A singleton object pooler for all of your optimization. It can handle all of the object pooling during the game loading and is persistant throughout scenes
3+
4+
Currently to get the objects from the pool you need to know the position in the pool, will be changed to either use the position or the name.
45

56
## In the Editor
67
![image](https://user-images.githubusercontent.com/32739337/102151045-4fa96100-3e48-11eb-9bed-7c8a8cb7eb8f.png)

0 commit comments

Comments
 (0)