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.
- Host: GitHub
- URL: https://github.com/uzimaru0000/veauty-gameobject
- Owner: uzimaru0000
- Created: 2020-05-15T02:58:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T21:52:13.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T06:14:20.609Z (about 1 year ago)
- Topics: library, unity, upm, upm-package, virtual-dom
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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