# unity-leanpool **Repository Path**: yyzz990/unity-leanpool ## Basic Information - **Project Name**: unity-leanpool - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-16 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lean Pool Lean Pool is a GameObject pooling library that allows you to easily increase the performance of your games. The original Asset from AssetStore is [here](https://www.assetstore.unity3d.com/en/#!/content/35666) To include Lean Pool into your project, you can use `npm` method of unity package management described [here](https://github.com/minhhh/UBootstrap). ## Changelog **0.0.3** * Add LeanPoolContainer to group all the pools **0.0.2** * Add arbitrary object spawning feature **0.0.1** * Initial commit