All Projects → keijiro → Cloner

keijiro / Cloner

Licence: mit
An example of use of procedural instancing.

Projects that are alternatives of or similar to Cloner

Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-34.62%)
Mutual labels:  unity, unity3d, graphics, shaders
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (+54.23%)
Mutual labels:  unity, unity3d, graphics, shaders
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (+19.62%)
Mutual labels:  unity, unity3d, graphics, shaders
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (+66.92%)
Mutual labels:  unity, unity3d, graphics, shaders
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+174.62%)
Mutual labels:  unity, unity3d, graphics, shaders
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-6.15%)
Mutual labels:  unity, unity3d, graphics, shaders
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (-33.08%)
Mutual labels:  unity, unity3d, graphics, shaders
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+103.08%)
Mutual labels:  unity, unity3d, graphics, shaders
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+163.08%)
Mutual labels:  unity, unity3d, graphics, shaders
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+4399.23%)
Mutual labels:  unity, unity3d, graphics, shaders
Smo Shaders
A collection of shaders to replicate those used in Super Mario Odyssey's Snapshot Mode.
Stars: ✭ 97 (-62.69%)
Mutual labels:  unity, unity3d, graphics, shaders
Klaksyphon
Syphon plugin for Unity
Stars: ✭ 149 (-42.69%)
Mutual labels:  unity, unity3d, graphics
Unity Texture Curve
✏️ Example showing how to bake an AnimatedCurve into a Texture and use it in a shader.
Stars: ✭ 149 (-42.69%)
Mutual labels:  unity, unity3d, shaders
Gltfast
glTF runtime loading library for Unity
Stars: ✭ 156 (-40%)
Mutual labels:  unity, unity3d, graphics
Noiseball3
A Unity example that shows how to use the new implementation of DrawProcedural.
Stars: ✭ 147 (-43.46%)
Mutual labels:  unity, unity3d, graphics
Dfvolume
Distance-field volume generator for Unity
Stars: ✭ 161 (-38.08%)
Mutual labels:  unity, unity3d, graphics
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-37.31%)
Mutual labels:  unity, unity3d, graphics
Unitydxrtest
A testbed project for Unity real-time ray tracing features
Stars: ✭ 172 (-33.85%)
Mutual labels:  unity, unity3d, graphics
Textureupdateexample
An example showing how to update textures from a native plugin in Unity.
Stars: ✭ 133 (-48.85%)
Mutual labels:  unity, unity3d, graphics
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-33.85%)
Mutual labels:  unity, unity3d, shaders

Cloner

gif gif screenshot

Cloner is an example of use of the procedural instancing feature that was newly introduced in Unity 5.6.

Cloner creates instances of a given template mesh and place them onto vertices of a given base model. It uses a compute shader for vertex animation and GPU instancing for duplicating the template model. With helps of these GPU features, it can draw complex animation without spending much CPU time.

System Requirements

  • Unity 5.6 or later

Cloner only runs on the platforms that support compute shaders and GPU instancing.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].