Documentation
README
Assets / Shader / Get Data
Get detailed data about a shader asset in the Unity project. Returns shader properties, subshaders, passes, compilation errors, and supported status. Use 'assets-find' tool with filter 't:Shader' to find shaders, or 'assets-shader-list-all' tool to list all shader names.
Toggles (most default off to keep responses small)
includeMessages(defaulttrue) — shader compilation messages.includeProperties(defaultfalse) — uniforms list.includeSubshaders(defaultfalse) — subshader and pass structure.includeSourceCode(defaultfalse) — pass source code. ImpliesincludeSubshadersand can produce very large responses.
This is the opening of the README. Read the full README on GitHub.