Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 438 Bytes

Simple Pooling Solution for Unity

This package contains simple implementation of object pooling pattern for Unity.

Installation

  1. Open UPM: "Window/Package Manager"
  2. Click "+" button at the top left
  3. Select "Add package from git URL" and paste following URL:
https://github.com/SinanErmis/UnitySimplePooling.git

What's Inside?

  1. GameObjectPool
  2. ComponentPool
  3. MonoBehaviourPool
  4. CSharpObjectPool