Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanslikesocool/unityfoundation-generators
https://github.com/ryanslikesocool/unityfoundation-generators
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanslikesocool/unityfoundation-generators
- Owner: ryanslikesocool
- License: mit
- Created: 2023-04-02T07:08:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:18:44.000Z (4 months ago)
- Last Synced: 2024-07-10T05:17:09.724Z (4 months ago)
- Language: C#
- Homepage:
- Size: 328 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 - Generators
Code generation attributes 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-Generators.git
```## Usage
```cs
// TODO
```## Known Issues
- Nested objects are not supported.