An open API service indexing awesome lists of open source software.

https://github.com/uzimaru0000/veauty-gameobject

An implementation of a virtual object using Veauty for GameObjects.
https://github.com/uzimaru0000/veauty-gameobject

library unity upm upm-package virtual-dom

Last synced: about 2 months ago
JSON representation

An implementation of a virtual object using Veauty for GameObjects.

Awesome Lists containing this project

README

          

# Veauty-GameObject

An implementation of a virtual object using Veauty for GameObjects.

## Environment

- Unity3D 2019.1 or higher
- C# 7.0

## Install

Add line in `Packages/manifest.json`

```json
{
"dependencies": {
...
"com.uzimaru.veauty-gameobject": "https://github.com/uzimaru0000/Veauty-GameObject.git",
...
}
}
```

## Example
TODO: Coming soon!

I'm happy if you contribute!

## Development
1. Make your project and make directory Packages in it.
2. In Packages, git clone https://github.com/uzimaru0000/Veauty-GameObject.git

## Contribution

- Fork it
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request