https://github.com/b1lodhand/absent-utilities
my handy and simple utilities package.
https://github.com/b1lodhand/absent-utilities
game-development tools unity utility
Last synced: 3 months ago
JSON representation
my handy and simple utilities package.
- Host: GitHub
- URL: https://github.com/b1lodhand/absent-utilities
- Owner: b1lodHand
- License: lgpl-3.0
- Created: 2024-02-24T20:37:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-05T13:15:28.000Z (9 months ago)
- Last Synced: 2026-01-01T09:09:44.943Z (6 months ago)
- Topics: game-development, tools, unity, utility
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# absent-utilities
## About
This package is a helper through your game development journey. It has a variety of functionalities from extension methods to new base types to derive from.
## Getting started
This package has no prerequisites. You can just install it and it will work correctly.
### Installation
This is a git package. So, you should use Unity's **Package Manager** to install it.

All you have to do is to copy and paste the URL below to the field that will show up when you click the option aboev in the **Package Manager**.
```
https://github.com/b1lodHand/absent-utilities.git
```
>[!TIP]
>You can open up the **Package Manager** via **"Window/Package Manager"** in Unity's toolbar.
### Usage
Most of the features of this package is code based. You can find a detailed documentation here: ...
## Wrapping up
This is it for this package. I hope it helps you throughout the journey of game development. Have a nice day!