Data Bind Framework

$19
Publisher Yusuf Işık
File size 221.66kB
Number of files 6
Latest version 1
Latest release date 2021-03-22 01:56:13
First release date 2021-03-22 01:56:13
Supported Unity versions 2018.4.2 or higher
Data Bind Framework is a data binding solution for Unity. It helps you to be flexible when you're working on your projects. You don't need to keep track of your in game references for data assigning. Every property of a component can assign value itself. For example, if you want to change color of an image component, you don't need to reference to it's component. The gameobject which have image component, can change color itself depending on a property or field in other script. This gives flexibility to your team. Your UI designer can handle all data assigning jobs without programmer support.

Key Features:
- Easy to use
- Doesn't require advanced programming knowledge
- Dynamic binding
- Properties or fields can be used as a source data
- Supports all variable types. int, string, Color, other custom classes etc.