Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henryshouses/lutgenerator
- Owner: HenrysHouses
- License: gpl-3.0
- Created: 2023-04-06T01:07:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-04T21:20:33.000Z (over 1 year ago)
- Last Synced: 2024-09-24T11:02:18.350Z (about 2 months ago)
- Topics: gradient, lookup-table, lut, png, previewer, tool, tools, unity-editor, unity3d, unity3d-plugin, workflow
- Language: C#
- Homepage:
- Size: 25.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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