UnityPatterns / ObjectPoolLinks
Instead of creating and destroying new objects all the time, this script reduces garbage by pooling instances, allowing you to seemingly create hundreds of new objects while only actually using a recycled few.
☆424Updated 7 years ago
Alternatives and similar repositories for ObjectPool
Users that are interested in ObjectPool are comparing it to the libraries listed below
Sorting:
- Object pool manager for Unity☆392Updated 4 years ago
- Lightweight tween library for Unity☆588Updated 5 years ago
- This framework is considered obsolete, please see new version at:☆381Updated 4 years ago
- LeanTween is an efficient animation engine for Unity☆631Updated 4 years ago
- Replacement logging framework for Unity, with a new editor and in-game console☆485Updated 5 years ago
- Blended lighting system for Unity that works with standard Sprites☆245Updated 7 years ago
- A framework of various tools to facilitate making games in Unity2017☆340Updated 3 years ago
- Visualize how much space each asset in your Unity game takes and quickly optimize your game's file size☆390Updated 4 years ago
- A plugin for creating 2D lighting & shadows, and line of sight effects in Unity3d.☆342Updated 9 years ago
- Automatic reorderable lists for Unity game engine components☆491Updated 5 years ago
- Misc collection of Unity utilities and useful scripts, some I wrote, some I found.☆353Updated 6 years ago
- Lightweight dependency injection container for Unity☆198Updated 4 years ago
- A Star Pathfinder, 3 axis, multithreaded for Unity☆375Updated 4 years ago
- A collection of Unity3D scripts I've been sharing between projects - open source, fully commented and with examples.☆284Updated 8 years ago
- An Uber Shader for rendering Sprites in Unity.☆807Updated 5 years ago
- A simple shader + example of a water surface with reflection in 2D