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

https://github.com/ryanslikesocool/unityfoundation

Essential data types, collections, and extensions for Unity
https://github.com/ryanslikesocool/unityfoundation

csharp package unity

Last synced: about 1 year ago
JSON representation

Essential data types, collections, and extensions for Unity

Awesome Lists containing this project

README

          

# Unity Foundation
Essential data types and collections to define the base layer of functionality for apps and games.

## 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.git
```

## Submodules
Foundation provides multiple submodules. These are optional, but live under the Foundation umbrella.

| Name | Description |
| - | - |
| [Notification Center](https://github.com/ryanslikesocool/UnityFoundation-NotificationCenter) | Simple event system. |
| [Property Wrappers](https://github.com/ryanslikesocool/UnityFoundation-PropertyWrappers) | Property wrappers and bindings. |
| [Generators](https://github.com/ryanslikesocool/UnityFoundation-Generators) | Code generation attributes. |
| [Configuration](https://github.com/ryanslikesocool/UnityFoundation-Configuration) | ScriptableObject-based configuration model. |
| [Parallel](https://github.com/ryanslikesocool/UnityFoundation-Parallel) | Extensions and utilities for Unity's Job System and native collections. |
| [Safety](https://github.com/ryanslikesocool/UnityFoundation-Safety) | Safety functions. |