This repository contains two scripts that implement object pooling for bullets in Unity. Object pooling is a design pattern used to reuse objects that are expensive to create and destroy, improving ...
UnityAsyncMethodAnalyzer ensures safe usage of UnityEngine.Object (MonoBehaviour, ScriptableObject, etc.) within async methods. It checks all async methods declared in any type, including standard C# ...