Skip to content

Component infrastructure and Material Design-inspired components for Graphene

License

Notifications You must be signed in to change notification settings

LudiKha/Graphene-Components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published