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

https://github.com/b1lodhand/absent-variables

a simple variable system.
https://github.com/b1lodhand/absent-variables

game-development unity

Last synced: about 2 months ago
JSON representation

a simple variable system.

Awesome Lists containing this project

README

          

# absent-variables

## About

This package is a simple variable system for Unity. Also contains a base for my [absent-variablebanks](https://github.com/b1lodHand/absent-variablebanks) package.

## 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-variables.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!