Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henryshouses/lutgenerator

Unity Tool for generating and previewing gradients on materials and saving to png
https://github.com/henryshouses/lutgenerator

gradient lookup-table lut png previewer tool tools unity-editor unity3d unity3d-plugin workflow

Last synced: about 1 month ago
JSON representation

Unity Tool for generating and previewing gradients on materials and saving to png

Awesome Lists containing this project

README

        

# LUT Texture Generator

## Features

- LUT Generator Window
- Set and reset gradient.
- Render .png from gradient.
- Select Material and target texture property to preview gradient.
- Toggle Preview.
- Name file or get Unique Name.
- Set Save path
- Keep generated texture on material on .png rendering.
- Confirmation on overwriting files

- Config
- Stores last used settings.
- Define resolution
- Define search strings (implemented as propertyName.Contains(SearchString))
- Define ignored property names (implemented as propertyName.Equals(IgnoredName))

## Setup

- Install via Package Manager → Add package via git URL:
- https://github.com/HenrysHouses/MultiSceneTools.git
- Alternatively, download and put the folder in your Assets
- Open the LUT Generator Window under Window>Generation>LUT

## Example Video

[Youtube](https://youtu.be/eZVZ-PtUJo8)

## Author

- [Henrik Hustoft](https://www.linkedin.com/in/henrik-hustoft-2366ab220/)

## License

- GNU General Public License. Refer to the [LICENSE](./LICENSE) file