Shader Generator
Wojt Sterna
$20.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
20.0 |
11/15(2024) |
20.0 |
Jump AssetStore
Shader Generator is a simple tool that gives its users ability to generate moderately advanced shaders with just a few clicks! If you don't feel like writing your own shader from scratch this might be something you need.
A similar tool but with less features was used to create beautiful shaders for a hack&slash game called Iesabel.
Features that are exposed by this tool include:
- Render states: z-write, z-test, cull, blend.
- Up to four texture layers (for diffuse, normal, specular, emission) that can be blended per-vertex or via texture mask.
- UV modifiers that can be applied to all texture layers. Each modifier consists of scale, offset and panning (texture scrolling).
- Value multipliers that can be applied to diffuse/normal/specular/emission layers. For diffuse layer there is also a cube-map multiplier.
- BRDF texture. Lighting can either be computed by Unity or sampled from BRDF texture. Using this option might be faster on mobile platforms. This lighting trick was used in famous Shadowgun game.
- Rim light which became a classical effect on mobile platforms by producing neatly looking outlines.
- [Unity PRO only] Refraction which can help in creating more believable glass effect.
- Integration with Unity's lightmapping.