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.
- Host: GitHub
- URL: https://github.com/b1lodhand/absent-variables
- Owner: b1lodHand
- License: lgpl-3.0
- Created: 2024-02-24T19:51:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T08:52:23.000Z (over 1 year ago)
- Last Synced: 2025-03-11T09:32:20.190Z (over 1 year ago)
- Topics: game-development, unity
- Language: C#
- Homepage:
- Size: 218 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-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.

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!