Hi!
Is it possible to easily combine ASE generated shader code with other non ASE shaders?
I would like to combine Emission slot's code made with ASE with LowPolyWater asset's shader. Feels like I should Add or Multiply ASE's code with LPWater's Emission code but I have no idea how to do that in text code.
My goal is to add twinkling animation I made in ASE to LPWater.
Twinkling (ASE generated code): https://www.dropbox.com/s/ejw8dfyzxdj7x ... hader?dl=0
Latter code needs to be combined with LPWater's shader: https://www.dropbox.com/s/pdsbidz6y4t6y ... hader?dl=0
Thank you