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

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

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
![GitHub](https://img.shields.io/github/license/BennyKok/unity-blaze)
[![openupm](https://img.shields.io/npm/v/com.blaze.property?label=blaze-property&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.blaze.property/)
- [BlazeProperty](/Packages/BlazeProperty/README.md) (Smart properties with data binding, events, save/load functions for unity)

![inspector](https://i.imgur.com/EeLOmLo.gif)

![GitHub](https://img.shields.io/github/license/BennyKok/unity-blaze)
[![openupm](https://img.shields.io/npm/v/com.blaze.dialogue?label=blaze-dialogue&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.blaze.dialogue/)
- [BlazeDialogue](/Packages/BlazeDialogue/README.md) (Lightweight dialogue system)

![inspector](https://i.imgur.com/IMLvXrN.png)

## 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)