https://github.com/thedudefromci/bonescubed
A Unity package for working with procedural voxel environments.
https://github.com/thedudefromci/bonescubed
Last synced: 2 months ago
JSON representation
A Unity package for working with procedural voxel environments.
- Host: GitHub
- URL: https://github.com/thedudefromci/bonescubed
- Owner: TheDudeFromCI
- License: mit
- Created: 2022-08-09T07:31:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T02:42:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T19:09:45.072Z (4 months ago)
- Language: C#
- Size: 126 KB
- Stars: 2
- 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.bonescubed/)

[](https://opensource.org/licenses/MIT)# Bones³
The core Unity package for the Bones³ library. Provides a framework for creating and editing voxel environments as well as many helpful utility functions for operating within this environments.
- [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.bonescubed). 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.bonescubed": "https://github.com/TheDudeFromCI/BonesCubed.git"
}
}
```## Configuration
*Work In Progress*
## License
MIT License
Copyright © 2022 Wraithaven Games