Your comments
This is now implemented in alpha 0.13 :)
I would like it to be that way, but currently it's hardcoded. It's not that high of a priority, but I'll look into it :)
Has also been requested here: http://shaderforge.userecho.com/topic/260418-moving-the-sf-folder-into-standard-assets/
This is because refraction only allows Vector2 inputs, which should be clarified more, but it's not exactly a bug :)
This is related to the time node. Thanks for the .gif anyhow :)
http://shaderforge.userecho.com/topic/249187-shaders-using-the-time-node-doesnt-animate-in-game/
http://shaderforge.userecho.com/topic/277551-panner-only-works-when-you-have-shader-forage-window-open/Refraction is a Vector2 value, which is an offset in screen space. First off, you need Transparency/Alpha in order to see refraction. Connect a value like 0.5 for started into Alpha, and make sure your shader blend setting is alpha blended.
After that, create an append node, and append the R and G channels from the normal map, and connect it to the Refraction input, and you should be set!
You *should* be able to connect a Vector 1 as well, like you tried. I'll make sure it typecasts in alpha 0.13 :)
Customer support service by UserEcho
Vector 4 and Float (Value) Paramerers are now both implemented in alpha 0.13 :)