Skip to content

Implementation of Virtual-Dom for Unity3D

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

uzimaru0000/Veauty

Repository files navigation

Veauty

Implementation of Virtual-Dom for Unity3D

Environment

  • Unity3D 2020.3 or higher
  • C# 7.0

Install

Add line in Packages/manifest.json

{
  "dependencies": {
    ...
    "com.uzimaru.veauty": "https://github.com/uzimaru0000/Veauty.git",
    ...
  }
}

Example

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.git

Contribution

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