17
2012
Explosion Lava (?) Shader (test)
Uhm..failed. This was supposed to look like explosion (as in this pdf: GDC2012 Unity+DX11, page 62)
well..atleast founded a simple way to create lava textures:
http://www.photoshopatoms.com/effects/creating-a-lava-texture-from-scratch/
Its just a highres sphere, with animated vertex extrude shader..
Webplayer:
http://unitycoder.com/upload/demos/ExploBallShaderTest1/
Download source:
mExploBallScene.unityPackage
Images used in the shader:
Lava/explosion texture
—
Vertex Extruder texture
Related Posts
12 Comments + Add Comment
Leave a comment
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
I think it would look better if the entire ball started small and then expanded instead of just the dark parts.Perhaps simply adjusting the vertex extrude texture would work.
yes..i was thinking could just expand it, then fade out to transparent..
but probably should look some reference how to explode it, like:
http://www.youtube.com/watch?v=IwEmUAram7c
(added download if anyone wants to try it..)
hi
thankful for this site and sources.
how can i increase speed of change?
Anim/speed comes from those “_Time.x” & “_SinTime” commands, so try “*10” or so.
Someone has made real one for dx11,
http://forum.unity3d.com/threads/166944-Pyroclastic-Puffs-DX11-Comp-Entry
(maybe it needs pro..didnt test yet)
Easy volumetric explosion in Unity3D:
http://stevencraeynest.wordpress.com/2013/03/29/easy-volumetric-explosion-in-unity3d/
Pyroclastic Explosions (free) (webplayer + free download from asset store)
http://forum.unity3d.com/threads/195611-Pyroclastic-Explosion-RELEASED-FREE
lava ideas:
http://forum.unity3d.com/threads/creating-flowing-lava.256223/#post-1693413
free lava flow shader:
https://www.assetstore.unity3d.com/en/#!/content/33635
the download source is not available,can you fix it? I want get the .unityPackage for study, thanks!
Fixed!
thanks!