LudiKha / Graphene-Components

Component infrastructure and Material Design-inspired components for Graphene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphene-Components

Component infrastructure and Material Design components for Graphene

Installation

Using Unity Package Manager (For Unity 2018.3 or later)

You can install the package via UPM by adding the line below to your project's `Packages/manifest.json` file.

 

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",
    ...
  },
}

About

Component infrastructure and Material Design-inspired components for Graphene

License:MIT License