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
- Host: GitHub
- URL: https://github.com/ryanslikesocool/unityfoundation
- Owner: ryanslikesocool
- License: mit
- Created: 2022-09-17T21:39:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:18:39.000Z (almost 2 years ago)
- Last Synced: 2025-05-12T19:22:10.650Z (about 1 year ago)
- Topics: csharp, package, unity
- Language: C#
- Homepage:
- Size: 191 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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. |