- Home /
Realtime shader code preview program / website ?
I was just thinking it would be really useful to have a realtime preview of Shader code. I then wondered if there were any programs or websites which already did this? It would be an awesome way to help learn the ShaderLab language.
Answer by Em3rgency · Jul 05, 2013 at 06:22 AM
I apply a material with the shader I'm modifying (I don't know how to write them, just make slight changes) on an object in the game world. Then just hit play.
As you modify the shader code and save it, if you go back to your game preview window, it will load up the code and make changes in real time :)
Of course but I was more looking for an instant representation, ins$$anonymous$$d of the usual wait for unity to load the changes scenario.
Uhh... Anything you'll ever use will have to load the changes first :) The best thing you could find would be something that would load the changes a bit faster.
Your answer

Follow this Question
Related Questions
Strumpy Shader Editor Alpha Issues 2 Answers
Triangulate image in realtime 0 Answers
Raymarching Bug - Rendering 3D texture in real-time 0 Answers
Realtime GI is enabled how it works 1 Answer