Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanslikesocool/unityfoundation-propertywrappers

Property wrappers and bindings for Unity + C#
https://github.com/ryanslikesocool/unityfoundation-propertywrappers

binding csharp package property-wrapper unity

Last synced: 7 days ago
JSON representation

Property wrappers and bindings for Unity + C#

Awesome Lists containing this project

README

        

# Unity Foundation - Property Wrappers
Property wrappers and bindings for Unity + C#.

## NOTICE
**This package is under development and not considered production-ready.**\
Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.

## Installation (Unity Package Manager)
- Select "Add package from git URL..." from the plus (+) menu in the package manager window.
- Paste the package's git url.
```
https://github.com/ryanslikesocool/UnityFoundation-PropertyWrappers.git
```

## Dependencies
This package has one dependency:
- [Foundation](https://github.com/ryanslikesocool/UnityFoundation)