Bdeshi-dev's helper code
Provides essential utility classes and patterns for common game development tasks, including singleton management, object pooling, safe event systems, and extension methods. Reduces boilerplate code and improves code reliability across your Unity projects.
com.bdeshi.helpers 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/helpers.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **Bdeshi-dev's helper code** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/helpers.git#upm
```
[](https://www.pkglnk.dev/pkg/helpers)README
Contains misc. helper classes for singletons, pooling, safe events, extensions etc.
Install via Git URL
You can also use the "Install from Git URL" option from Unity Package Manager to install the package.
https://github.com/BDeshiDev/BDeshiHelpers.git#upm
No comments yet. Be the first!