https://github.com/bennykok/unity-blaze
Smart properties with data binding, events, save/load functions for unity
https://github.com/bennykok/unity-blaze
unity
Last synced: 10 months ago
JSON representation
Smart properties with data binding, events, save/load functions for unity
- Host: GitHub
- URL: https://github.com/bennykok/unity-blaze
- Owner: BennyKok
- License: mit
- Created: 2020-04-18T04:08:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T11:20:59.000Z (about 6 years ago)
- Last Synced: 2025-05-12T09:18:33.353Z (about 1 year ago)
- Topics: unity
- Language: C#
- Size: 1.24 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Unity Blaze
Blaze is a series of open source utils for Unity that i'm building around my projects to solve some common problems that I've encountered, so you may probably find them useful too.
[Changelog](/CHANGELOG.md)
## Blaze modules

[](https://openupm.com/packages/com.blaze.property/)
- [BlazeProperty](/Packages/BlazeProperty/README.md) (Smart properties with data binding, events, save/load functions for unity)


[](https://openupm.com/packages/com.blaze.dialogue/)
- [BlazeDialogue](/Packages/BlazeDialogue/README.md) (Lightweight dialogue system)

## Install Package
The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).
```
openupm add com.blaze.property
openupm add com.blaze.dialogue
```
## How to Help
If you're interested in helping or using Blaze, feel free to join the discord channel
[Discord](https://discord.gg/NhRpw4g)
## License
MIT License
## Explore
Feel free to check out some of my free assets.
[Asset Store](https://assetstore.unity.com/publishers/28510)
[BennyKok](https://bennykok.com)