/MaterialExplorer

A repo for housing and distributing the Material Explorer package for Unity

Primary LanguageC#MIT LicenseMIT

Material Explorer

To use this tool, simply go to Window -> Rendering -> Material Explorer.

If your shaders use a custom property name for tints or colors, add the name to the CustomColorPropDef SO.

Installation

Install via Git URL

  1. Open your Unity project.
  2. Go to Window -> Package Manager.
  3. Click on the + button in the top left corner and select Add package from git URL....
  4. Enter the Git URL of the repository: https://github.com/s-ilent/MaterialExplorer.git.
  5. Click Add and Unity will install the package.

Drag and Drop Installation

  1. Download the latest release of the package from the repository.
  2. Extract the downloaded .zip file.
  3. Open your Unity project.
  4. Drag and drop the extracted folder into the Assets folder in the Unity Editor.

License

MIT license. Forked from the original repo.