Browsing articles tagged with " shader"
Mar
24
2015

Mesh Melt shader test

Quick test for melting mesh effect using vertex extrusion shader Gif anim preview: http://pasteboard.co/1QARh81p.gif Forum topic: http://forum.unity3d.com/threads/has-anyone-ever-written-a-mesh-melter.311135/ Info: – C# Script adjusts mesh vertex colors, based on the distance to heat point gameobject – Then shader pushes(extrudes) vertices based on that vertex color (alpha) – […]

Mar
8
2015

Pixel grass with rounded edges effect

(click image to view) related forum topic for inspiration: http://forum.unity3d.com/threads/round-edges-of-pixel-art.308402/ steps: 🙂 – Use cutout shader (and have the texture filter mode as bilinear – its already that by default)

Feb
17
2015

Leap Motion PassThrough Threshold Shader

You can add adjustable threshold to Leap Motion passthrough shader, so that your hands are more visible (less transparent) in the overlay image. TUTORIAL – Download unity examples package, https://developer.leapmotion.com/downloads/unity – Import package to Unity – Open “PassthroughWithTracking.scene” – Select “Quad” from hierarchy – Enable […]

Dec
22
2014

Custom Terrain Shader: Sharp Blending

Modified terrain shader for sharp blending. Tutorial: – Download terrain shader sources for your unity version: http://unity3d.com/unity/download/archive – Copy “DefaultResourcesExtra\Nature\Terrain\TerrBumpFirstPass.shader” into your project – Rename the “TerrBumpFirstPass.shader” into “”TerrBumpFirstPassCustom.shader” – Edit “TerrBumpFirstPassCustom.shader” – Find line: – Replace with: *So we get this shader under custom […]

Dec
16
2014

Overlay Diffuse Shader

<<< Left : Overlay shader                                                            |                  >>> Right :  Default diffuse shader Problem: – Players  gun clips through walls and […]

Jul
15
2014

Unity indie: Soft Shadows (Directional Light)

Using Unity Indie, modified directional hard light shadows. Forum thread: – http://forum.unity3d.com/threads/free-directional-light-soft-shadow-unity-indie.257432/   How to: – Download builtin shader: http://unity3d.com/unity/download/archive – copied UnityCG, UnityShaderVariables, HLSLSupport, AutoLight to assets folder – renamed these as: UnityCG2, ​​UnityShaderVariables2, ​​HLSLSupport2​​ – created new shader file (that default diffuse) – […]

Feb
23
2014

Explosion Effect (shader)

Testing some big explosion effect with shader. Still missing most particle effects.. Info: – Vertex extrusion using noise texture & timer/distance.. – Explosion cloud + shockwave is from particle system Webplayer: http://unitycoder.com/upload/demos/ExplosionEffectShader/ Reference: Armageddon (explosions) video : http://youtu.be/Tq4o-B5vWYk?t=2m25s Shader source:  

Feb
20
2014

Beach Sand Water (shader)

Quick test for beach shader.. Inspiration from this topic: http://forum.unity3d.com/threads/229473-Wet-beach-texture Info: – Nothing much happening there, beach has moving mask to change color – Water plane has moving vertices and quite basic normal mapped transparent shader – Transparency glitches here & there.. (goes out of […]

Feb
9
2014

Explosion Heatwave Distortion (unity indie)

Fullscreen heat/explosion distortion effect shader+script [View animated gif] Info: – No rendertextures used, works with unity indie, (but slower of course) – Could be possible to have multiple heatwaves on screen.. (not tested yet) – In the webplayer its bit slow moving, too strong effect […]

Feb
4
2014

Animated Fake Sprite Shadows (shader)

Interesting fake shadow effect for sprites, using modified sprite shader.. Features: – Works with animated sprites – Works without pro – Could be used as fake reflection also? – more info later.. Webplayer: http://unitycoder.com/upload/demos/FakeSpriteShadowShader/

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch Instagram

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.