This is a simple matcap texture generator for Unity users. You can check a generated matcap texture in realtime. Also, you can save the texture if you want. This one can generate various types of material, if you can handle unity's rendering system, such as lights, materials, shaders or something else.
The detailed documentation will be added at Wiki soon.
- 2018.4.14
- 2019.2.16f1
I didn't check URP or HDRP version. It may works but you need to modify a material, because the Standard shader in Unity is not supported in URP or HDRP.
You can download this from the github repository or from releases(https://github.com/bomul0327/Unity-Matcap-Generator/releases)
Please install through package, not source code.
- Place "Matcap Generator" prefab on your scene.
- Select the prefab.
- By changing variables, you can change the size of texture, path.
- If you want to apply your matcap texture to your material, add the material on "Target Material". Then, Check "Apply Matcap Texture".
- By changing "Target Texture Property", you can apply matcap texture where you want.
- Press "Save Matcap Texture" to save your matcap texture.
You can use this for free.