Skip to content

Shadertoy shaders to unity Universal SRP screenspace shaders

License

Notifications You must be signed in to change notification settings

lp249839965/shadertoy-to-unity-URP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patreon

ko-fi

shadertoy-to-unity-URP

I will convert the hottest shaders from shadertoy to Universal SRP shader. I will try to update often; so watch it and support me for more to come :)

Licence

As you know shadertoy projects are licenced as Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please look into the each shader code if it has another licence. Otherwise above licence must be considered!

Just Run It

I have separated the each scenes (and materials). So just open the scene and press play :)

Usage for simple (none-textured) etc.

Just select the Plane on the sample scene, and change it's material shader (by shadertoy name or shadertoy end of link like 4dXGR4)

github-large

github-large

github-large

Usage for textured

Shaders has slots for texture (channel) inputs. So if shadertoy has a texture (noise etc.) you have to attach the correct texture to correct slot. As an example https://www.shadertoy.com/view/4dXGR4 This shader has a texture on channel0 like below:

github-large

So on our samples, after selecting the correct shader; you have to put the same texture (from "Textures" folder) to channel 0 as below, that is it :)

github-large

Usage for movies

If shader uses a movie clip, attach the video file (from "Movies" folder) to "Video Player"s "Video Clip" property which is on "Plane" object (and be sure script is enabled); then select the correct channel on the "Material Property" of the script like below:

github-large

Mouse events

Mouse events are send to the shaders automatically by the "Mouse Pos to Shader" script. Hold the left mouse button on play mode to see it (if shader has mouse implementation in it).

Last words

Some shaders even seems more beautiful, but some not (maybe because float operations etc. i do not know). So please do not write me if it does not behave same :) I hope they will become usefull for you to learn shaders and math :)

About

Shadertoy shaders to unity Universal SRP screenspace shaders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GLSL 82.0%
  • ShaderLab 17.1%
  • C# 0.9%