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: 3 months ago
JSON representation
Property wrappers and bindings for Unity + C#
- Host: GitHub
- URL: https://github.com/ryanslikesocool/unityfoundation-propertywrappers
- Owner: ryanslikesocool
- License: mit
- Created: 2023-05-13T23:36:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-17T17:08:47.000Z (10 months ago)
- Last Synced: 2025-11-06T20:35:31.546Z (8 months ago)
- Topics: binding, csharp, package, property-wrapper, unity
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)