shader2sg
v0.1.3
Published
convert unity shader to Shader Graph
Downloads
3
Readme
shader2sg
Install
install via command npm i shader2sg -g
Usage
run shader2sg -h
in your command line will show you the usage of this tool.
Usage: bin.js [options] [command]
Commands:
help Display help
version Display version
Options:
-h, --help Output usage information
-n, --name shader graph save name, use shader name default
-o, --output files save folder, use shader folder default
-s, --shader The origin shader file path
-v, --version Output the version number
for example, you can run
shader2sg -s 'D:\path\to\unity\asset\additive UV.shader' -o D:\path\to\unity\asset\test\
to convert the shader file to shader graph.