Nvidia FX Composer to Unity

Hi
I’m trying to learn HLSL shader language with Nvidia FX Composer, my question is how can i add my shader to unity with Nvidia FX Composer they have different formats, thanks :slight_smile:
-Makan

Unity uses Cg (and GLSL if you want to limit what platforms you run on), but not HLSL. The concepts are basically the same, but you would have to translate it by hand.

Really! :frowning: i only have HLSL training Tutorial at the moment, is there other way so that i convert it to GLSL? i looked for and i find this
CG/HLSL?

HLSL knowledge is fine to create cg, they are extremely close (the difference are a handfull of function as one was designed quite much along the lines and concept of the other :))

above though won’t go anywhere, thats FX and as far away from cg / hlsl / glsl as somehow possible basically.

Thanks i see what i can do