Skip to content

Material Editor Panel to quick apply Materials to objects

License

Notifications You must be signed in to change notification settings

Preliy/material-editor

Repository files navigation

Unity Material Palette

A simple editor window for quickly applying materials to selected objects. Has similar functionality to the Material Editor in ProBuilder.

Table of Contents:

Install Package

The package is available on the npm registry. It's recommended to install it via npm-cli.

npm i com.preliy.material-editor

Install via Git URL

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

How to use

See usage.

About

Material Editor Panel to quick apply Materials to objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages