Implementation of Virtual-Dom for Unity3D
- Unity3D 2020.3 or higher
- C# 7.0
Add line in Packages/manifest.json
{
"dependencies": {
...
"com.uzimaru.veauty": "https://github.com/uzimaru0000/Veauty.git",
...
}
}
I'm happy if you contribute!
- Make your project and make directory Packages in it.
- In Packages, git clone https://github.com/uzimaru0000/Veauty.git
- Fork it
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request