An open API service indexing awesome lists of open source software.

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.

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.

![Imgur Image](https://imgur.com/cX3OF72.png)

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!