Shadergraph custom nodes limitations

Hey guys,
As the custom node, ‘include hlsl file’ functionality is not supported on this platform, does the string function allow us to define multiple functions within the text box, include hlsl files, or is this method just meant for a singular function, and nothing over complex. I am thinking this is the case, and we need to look at another solution, but just checking in case I am getting the syntax incorrect :slight_smile:
[For context - we use Bakery shaders on the other platforms, and investigating if we can port these over to AVP or go for another solution just for this platform]
Thanks
Chris

Yes, string inputs to the custom function node can only be the body of a single function. We’ll be adding support for file inputs (and separate functions) in the next release, though keep in mind that the syntax will still be very limited; you’ll probably have to modify any HLSL you have to meet the restrictions.

Thanks for the reply! We will look at alternative solutions!