Awesome
Graphene-Components
Component infrastructure and Material Design components for Graphene
Installation
Using Unity Package Manager (For Unity 2018.3 or later)
<details> <summary>You can install the package via UPM by adding the line below to your project's `Packages/manifest.json` file.</summary>
</details>You can find this file by opening your project's Packages folder in a file browser, it is not displayed in the editor.
{
"dependencies": {
"com.graphene.core": "https://github.com/LudiKha/Graphene-Core.git?path=/src",
"com.graphene.components": "https://github.com/LudiKha/Graphene-Components.git?path=/src",
...
},
}