Awesome
beautify_unity_shader
A concise parser for Unity Shader.
Usage
格式化代码文件
<div> 1. 输出到屏幕py -m beautify_unity_shader <file>
py -m beautify_unity_shader <file> -w
py -m beautify_unity_shader <input_file> -o <output_file>
输出语法树(json格式)
py -m beautify_unity_shader --syntax <shader_file> -o <syntax_file>
Issue
在使用过程中,如果发现任何问题,欢迎提交Issue。
Technology Detail
关于技术细节,这里有一小部分开发文档。