|
4 | 4 |
|
5 | 5 | **Description** |
6 | 6 |
|
7 | | -This project is a library of different custom shaders created using [Unity 2018.1's Shader Graph feature](https://forum.unity.com/threads/feedback-wanted-shader-graph.511960/). All of the shaders are compatible for the [Lightweight Scriptable Render Pipeline](https://forum.unity.com/threads/feedback-wanted-scriptable-render-pipelines.470095/). |
| 7 | +This project is a library of different custom shaders created using [Unity's Shader Graph feature](https://forum.unity.com/threads/feedback-wanted-shader-graph.511960/). All of the shaders are compatible for the [Lightweight Scriptable Render Pipeline](https://forum.unity.com/threads/feedback-wanted-scriptable-render-pipelines.470095/). |
8 | 8 |
|
9 | 9 | These Shader Graphs are provided as-is; so your mileage may vary! You are more than welcome to modify/change/extract/use any of the examples. |
10 | 10 |
|
11 | | -The current list of Shader Graphs included: |
| 11 | +Contains examples for: |
| 12 | +- Mesh Renderers/Skinned Mesh Renderers (located in ExampleScene-Player) |
| 13 | +- Simple Particles |
| 14 | +- Procedural Graphs and Animations (Using no Textures) |
| 15 | +- Sprites |
| 16 | +- Some 'Scenarios' such as Triplanar Grass and Vertex Offset Sine Wave |
12 | 17 |
|
13 | | -Mesh Renderer: |
14 | | -- Colored Rim |
15 | | -- Scrolling Texture Overlay |
16 | | -- Colored Gradient |
17 | | -- Sliced (Inspired by |
18 | | -[Sliced Shader in Surface Shader Documentation](https://docs.unity3d.com/Manual/SL-SurfaceShaderExamples.html)) |
19 | | -- Snow |
20 | | -- Toon Ramp (No Lighting Data so I used a manual Vector 3 property for Light Direction) |
21 | | -- Texture Dissolve (With Colored Edge) |
22 | | -- Hologram (Using Screen Position) |
23 | | -- Colored Ghost Noise |
24 | | -- Phase In And Out (Split with a Colored Edge) |
25 | | - |
26 | | -Particles: |
27 | | -- Basic Solid Circle |
28 | | -- Basic Soft Circle |
29 | | -- Spiral |
30 | | - |
31 | | -Sprites: |
32 | | -- Basic Sprite (Simple) |
33 | | -- Basic Sprite (Sub Graph) |
34 | | -- Hologram Overlay |
35 | | -- Glowing |
36 | | -- Gradient |
37 | | -- Normal Map |
38 | | - |
39 | | -Procedural: |
40 | | -- Shape Ellipse |
41 | | -- Shape Rectangle |
42 | | -- Shape Rounded Rectangle |
43 | | -- Shape Polygon |
44 | | -- Shape Ring |
45 | | -- Shape Multiple |
46 | | -- Shape Multiple Different Colors |
47 | | -- Shape Inverted |
48 | | -- Shape Tiled |
49 | | -- UV Offset Ping Pong |
50 | | -- UV Auto Rotation |
51 | | -- UV Auto Scroll |
52 | | -- UV Auto Orbit |
53 | | -- UV Warped |
54 | | -- UV Warped Ping Pong |
55 | | -- UV Spherized Ping Pong |
56 | | -- UV Shape Scale Ping Pong |
57 | | -- UV Auto Transforms Combined |
58 | | -- Color Ping Pong |
59 | | -- Color Random Flicker |
60 | | -- Color Linear Gradient |
61 | | -- Color Radial Gradient |
62 | | -- Color Split |
63 | | -- Color Split Ping Pong |
64 | | -- Color Soft Split |
65 | | -- Color Soft Split Ping Pong |
66 | | -- Pattern Stripes |
67 | | -- Pattern Checkerboard |
68 | | -- Pattern Shatter |
69 | | -- Pattern Shatter Auto Rotation |
70 | | -- Pattern Rings |
71 | | -- Pattern Rings Auto Scroll |
72 | | -- Pattern Spiral |
73 | | -- Pattern Spiral Auto Rotation |
74 | | -- Pattern Fish Eye |
75 | | -- Noise Color Blend |
76 | | -- Noise Color Blend Auto Scroll |
77 | | -- Noise Color Split |
78 | | -- Noise Color Split Ping Pong |
79 | | -- Noise Color Split Waves |
80 | | -- Noise Circle |
81 | | -- Noise Circle Auto Scroll |
82 | | -- Noise Voronoi |
83 | | -- Noise Voronoi Shuffle |
84 | 18 |
|
85 | 19 | **Software Requirement** |
86 | 20 |
|
87 | | -Required: |
88 | | -<<<<<<< HEAD |
89 | | -Unity 2018.1.5 |
90 | | - |
91 | | -Package: com.unity.render-pipelines.lightweight: 1.1.10-preview |
92 | | -======= |
93 | | -Unity 2018.2b7 |
94 | | - |
95 | | -Package: com.unity.render-pipelines.lightweight: 2.0.3-preview |
96 | | ->>>>>>> 2018.2 |
97 | | -
|
| 21 | +- Version: Unity 2018.3.0f2 |
| 22 | +- Package: com.unity.render-pipelines.lightweight: 4.6.0-preview |
98 | 23 |
|
99 | 24 |
|
100 | 25 | **Known Issues** |
|
0 commit comments