
Create and edit gradient textures non-destructively, right inside Unity.The tool itself is pipeline agnostic, but the sample demo scene is built uses URP.🌈 Generate both "live" and classic texture gradients with a simple interface.The resulting object/texture can be used without exporting, and it is like any other texture, except that it can also be adjusted live using the custom inspector/editor.- And, if you want, you can export an actual PNG texture file with a single click.The tool works with any pipeline as it has nothing to do with in-game rendering and is a purely editor-only tool for generating textures. But of course, you can use the resulting textures in games, builds, etc... freely without issues.The OPTIONAL demo scene was made with URP.NOTE: The tool itself is pipeline agnostic, but the sample demo scene is built uses URP. If you open the demo scene in any other pipeline there may be issues. It doesn't really matter because the demo is just a flat square with a texture on it, and has no purpose except to show how the tool's live gradient might be used...