A simple editor window for quickly applying materials to selected objects. Has similar functionality to the Material Editor in ProBuilder.
Table of Contents:
The package is available on the npm registry. It's recommended to install it via npm-cli.
npm i com.preliy.material-editor
Open Packages/manifest.json with your favorite text editor. Add the following line to the dependencies block.
{
"dependencies": {
"com.preliy.material-editor": "https://github.com/Preliy/material-editor.git"
}
}
Notice: Unity Package Manager records the current commit to a lock entry of the manifest.json. To update to the latest version, change the hash value manually or remove the lock entry to resolve the package.
"lock": {
"com.preliy.material-editor": {
"revision": "master",
"hash": "..."
}
}
See usage.