https://github.com/thedudefromci/awgencore
The core Unity package for the Awgen engine. Provides the overal logic and data structures that are used heavily in extending packages.
https://github.com/thedudefromci/awgencore
Last synced: 2 months ago
JSON representation
The core Unity package for the Awgen engine. Provides the overal logic and data structures that are used heavily in extending packages.
- Host: GitHub
- URL: https://github.com/thedudefromci/awgencore
- Owner: TheDudeFromCI
- License: mit
- Created: 2022-06-23T17:07:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T20:12:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T19:09:43.125Z (4 months ago)
- Language: C#
- Size: 124 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://openupm.com/packages/net.whg.awgen-core/)

[](https://opensource.org/licenses/MIT)# Awgen Core
The core Unity package for the Awgen engine. Provides the overal logic and data structures that are used heavily in extending packages.
- [How to use](#how-to-use)
- [Install](#install)
- [via OpenUPM](#via-openupm)
- [via Git URL](#via-git-url)
- [Configuration](#configuration)## How to use
*Work In Progress*
## Install
### via OpenUPM
The package is also available on the [openupm registry](https://openupm.com/packages/com.whg.awgen-core). You can install it eg. via [openupm-cli](https://github.com/openupm/openupm-cli).
```
openupm add com.whg.awgen-core
```### via Git URL
Open `Packages/manifest.json` with your favorite text editor. Add following line to the dependencies block:
```json
{
"dependencies": {
"net.whg.awgen-core": "https://github.com/TheDudeFromCI/AwgenCore.git"
}
}
```## Configuration
*Work In Progress*
## License
MIT License
Copyright © 2022 Wraithaven Games