Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanslikesocool/unityfoundation-configuration
ScriptableObject-based configuration model for Unity.
https://github.com/ryanslikesocool/unityfoundation-configuration
Last synced: 7 days ago
JSON representation
ScriptableObject-based configuration model for Unity.
- Host: GitHub
- URL: https://github.com/ryanslikesocool/unityfoundation-configuration
- Owner: ryanslikesocool
- License: mit
- Created: 2023-12-20T11:36:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T02:57:40.000Z (5 months ago)
- Last Synced: 2024-06-06T03:55:19.601Z (5 months ago)
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Foundation - Configuration
ScriptableObject-based configuration model for Unity.## 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-Configuration.git
```## Usage
```cs
// TODO
```## Dependencies
This package has one required dependency:
- [Unity Foundation](https://github.com/ryanslikesocool/UnityFoundation)For best usage in the editor, [OdinInspector](https://odininspector.com/) is recommended.