Siccity / unity-material-library

unity material loader ui for online sources of materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Hestia | Unity Material Library UI

material loader ui for Unity for online sources of materials

**Import materials within the editor from **

Generate Materials for lit shaders in HDRP, URP and Standard render pipelines.

Example

Using Git

Make sure the Git client is installed on your marchine and that you have added the Git executable path to your PATH environment variable.

Navigate to %ProjectFolder%/Packages/ and open the manifest.json file.

in the "dependencies" section add:

{
  "dependencies": {
      ...
      "com.github.oparaskos.unity.hestia.material.importer": "git+https://github.com/oparaskos/unity-material-library.git#0.1.3",
      ...
  }
}

Find more information about this here.

TODO:

  • Imported materials still look a little bit funky.
  • Package up into a unity package
  • write some tests
  • Support additional sources.

About

unity material loader ui for online sources of materials

License:MIT License


Languages

Language:C# 100.0%