Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.26 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.26 KB

openupm Tests License: 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

Work In Progress

Install

via OpenUPM

The package is also available on the openupm registry. You can install it eg. via 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:

{
  "dependencies": {
    "net.whg.awgen-core": "https://github.com/TheDudeFromCI/AwgenCore.git"
  }
}

Configuration

Work In Progress

License

MIT License

Copyright © 2022 Wraithaven Games