
PinInject provides a minimalistic dependency injection system for Unity, enabling developers to decouple code and improve maintainability without relying on Singletons or complex Inspector configurations. The package offers a static API, auto-inject collections, object pooling utilities, and built-in safeguards against common DI anti-patterns, making it ideal for projects that need flexible dependency management with minimal overhead.
https://www.pkglnk.dev/pininject.git 
Better Streaming Assets provides a thread-safe, efficient API for accessing files in your project's Streaming Assets folder with minimal overhead. Built on System.IO.File and System.IO.Directory interfaces, it's particularly valuable for Android development where traditional alternatives like WWW are inefficient. Supports cross-platform file operations with consistent behavior across all platforms.
https://www.pkglnk.dev/betterstreamingassets.git 
BakingSheet provides seamless datasheet management for Unity and C#, enabling designers to work directly with Excel, Google Sheets, JSON, and CSV files while programmers access data as strongly-typed C# objects. It eliminates manual parsing and code generation, supporting complex data structures including lists, dictionaries, nested types, and cross-sheet references with production-ready performance on mobile platforms.
https://www.pkglnk.dev/bakingsheet.git?path=UnityProject%2FPackages%2Fcom.cathei.bakingsheet 
Commonly used rotation mathematics utility for Unity.
https://www.pkglnk.dev/rotationmath.git?path=Packages%2Fcom.cathei.rotationmath 
LinqGen optimizes LINQ-to-objects queries using source generation to achieve zero-allocation performance comparable to hand-written loops. Simply call `.Gen()` on your LINQ chain to automatically generate specialized code for your types, with optional struct function support for additional performance gains. Ideal for performance-critical gameplay code where allocation matters.
https://www.pkglnk.dev/linqgen.git?path=LinqGen.Unity%2FPackages%2Fcom.cathei.linqgen 