Hello guys, thanks in advance for the eventual help.
I’ve been developing a tool which at the core is a Master material. Inside of it there is a custom node in which I do not write the code, but I include the directory of all my .usf and .ush files. This directory is placed on my Engine folder and not on my project folder. This has never been a problem but now that I’m selling this product on the marketplace it actually is. I ended up converting all my .usf and .ush in a single file that I literally put within the custom node in the material editor, but this is unsafe, unstable, unreadable, and to be honest I really don’t like it. I would like my old system where my material refers to some extra code so it has only to shade it. The problem is that when I sell a product on the marketplace I am giving the project folder, not the engine folder of course, so I do not have access to that directory. Do any of you guys know anyway that my material can read from those .ush and .usf file within the project folder and not outside of it?
Thank you again in advance
Did you ever figure this out?