Open-source plugin that helps reuse objects in UE5.4
-
Updated
Oct 25, 2024 - C++
Open-source plugin that helps reuse objects in UE5.4
This library allows you to easily use scopes to manage instances of objects that implement the `IDisposable` interface. Register the `IDisposable`s that need to be released into the scope, and then automatically release all registered objects at the end of the scope.
Unity自带对象池API教程。
Easy to use Object Pool Manager
Design Patterns sample in C#
Yet another lock-free object pool, support `no_std`.
Yazılım tasarım kalıpları kullanımı
Library of scripts to help facilitate the creation of a pool of objects. Uses efficient data structures at its core.
This package is an implementation of the Object Pool design pattern made for Unity. It contains the traditional implementation of the design pattern, but also a more specialized implementation dealing with how GameObjects are instantiated, maintained and destroyed.
2D Top Down game, developed in Unity using data structures (graphs, queues), pathfinding algorithm, SOLID principle and Publish Subscriber and Objet Pool design patterns
Repository with an example of using the "Object Pool" pattern
Mid-Core strategy game demo with Building and Battle System. Includes the implementation of the A* pathfinding algorithm.
ObjectPooling in BulletHell game using Top Down Architecture in Unity
Small tools (object pool, retry logic, automatic mapping, etc.) for .NET Standard.
ObjectPool implementation that let's you create pools, put objects into them and subscribe for new objects
Repo with all the projects developed in my Software Engineering 2 course
Add a description, image, and links to the objectpool-pattern topic page so that developers can more easily learn about it.
To associate your repository with the objectpool-pattern topic, visit your repo's landing page and select "manage topics."