Unity3D-Shader icon indicating copy to clipboard operation
Unity3D-Shader copied to clipboard

Adds Syntax Highlighting for Unity3D .shader files to Sublime Text

Results 2 Unity3D-Shader issues
Sort by recently updated
recently updated
newest added

- #if - #define - uniform - POSITION Also additional Unity specific variables - UNITY_MATRIX_MVP

Obviously auto-completion would be amazing, especially suggestions for vertex input and output structs. Like if you named the input to your fragment stage "i", then typing "i." would bring up...