26
2018
Fire Effect Using CustomRenderTexture
Converted this fire effect (by The Coding Train) into unity customrendertexture + shader. Added fire gradient color (by moving the fire calculation into alpha channel). Unity Project Sources https://github.com/unitycoder/FireEffect References CustomRenderTexture (was added to unity in 2017.1) https://docs.unity3d.com/Manual/CustomRenderTextures.html Keijiros example project (reaction-diffusion) https://github.com/keijiro/RDSystem Fire Effect […]
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:
7
2012
Water Shader Test (from 3ds max shader)
Tried to convert this .fx shader to unity, almost works, but not quite the same yet.. Webplayer: http://unitycoder.com/upload/demos/3dsmaxwatershader_unity1/ Download source: maxWater5.unityPackage
9
2012
Underwater test
Wanted to make underwater caustics effects with projector, but it failed / doesnt work yet.. Its still missing the animated caustics, water surface is not animated, small bokeh planktons and all that.. no time to finish it now, just got a new idea for 3D […]
5
2012
Old Film FX Shader
Converted from webgl shaders (source at devmaster.net). This should be nice as a camera shader? Adjustable parameters in shader: – SepiaValue, NoiseValue, ScratchValue, InnerVignetting, OuterVignetting, RandomValue, TimeLapse Original barn image: http://www.cgtextures.com/texview.php?id=12170 Webplayer: http://unitycoder.com/upload/demos/OldFilmShader1/ Readme pdf: README_OldFilmFx_Shader_web Purchase: (unity package) 0.50 eur [digishop id=”15″] *unitypackage is […]
7
2012
Deflector (proto)
Delfector concept demo..(kind of) Play the original game here > http://c64s.com/game/809/deflektor/ Webplayer: (flash) http://unitycoder.com/upload/demos/mDeflectorProto1/ *Lens flare seems to be bugged in flash player.. Download source: coming later..
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on