Skip to content

Advance ObjectPooling system to pool multiple type of gamobject from single service.

License

Notifications You must be signed in to change notification settings

swapnilrane24/AdvanceObjectPooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvanceObjectPooling

Advance ObjectPooling system to pool multiple type of gamobject from single service.

How To Use?

Create a gameobject and attach the ObjectPooling script to it.

Methods to Use:

  • GetFromPool method is used to get the object from the pool.It takes gameobject prefab as a parameter.
  • ReturnToPool method is used to return the object to the pool. Pass the gamobject which you want to return to pool as a parameter.

About

Advance ObjectPooling system to pool multiple type of gamobject from single service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages