Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice
  3. Dismiss Notice

Interface based object pool V1

Discussion in 'Assets and Asset Store' started by ShadyProductions, Dec 7, 2017.

?

How useful do you find this free asset?

  1. Very useful.

    1 vote(s)
    33.3%
  2. It has it's ups and downs.

    2 vote(s)
    66.7%
  3. Not very useful.

    0 vote(s)
    0.0%
  1. ShadyProductions

    ShadyProductions

    Joined:
    Jul 21, 2014
    Posts:
    18
    Hello all,

    I've just released version 1 of my Interface based Unity Object Pool.
    This can be freely used in any of your projects if you're looking for a fast solution.
    The reason why I created this is because I haven't seen a lot of easy Object Pooling
    done that is quite generic based on interface.
    Read the documentation wiki to understand how to implement it in your project.
    Found any issues? Let me know or create an issue on the github!

    https://github.com/Venom0us/UnityObjectPooler

    Kind regards,
    ShadyProductions / Venomous
     
  2. ShadyProductions

    ShadyProductions

    Joined:
    Jul 21, 2014
    Posts:
    18
    Cleaned up interface and class names.