All Projects → AdultLink → Verticaldissolve

AdultLink / Verticaldissolve

Licence: mit
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.

Projects that are alternatives of or similar to Verticaldissolve

Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (-28.34%)
Mutual labels:  unity, unity3d, game-development, gamedev, graphics, shaders, material
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 (+21.66%)
Mutual labels:  unity, unity3d, game-development, gamedev, graphics, shaders, material
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-60.83%)
Mutual labels:  unity, unity3d, game-development, gamedev, graphics, shaders, material
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 (+64.52%)
Mutual labels:  unity, unity3d, game-development, gamedev, graphics, shaders, material
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 (+2595.39%)
Mutual labels:  unity, unity3d, game-development, gamedev, 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 (-7.6%)
Mutual labels:  unity, unity3d, gamedev, graphics, shaders, material
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+57.6%)
Mutual labels:  unity, unity3d, graphics, shaders, material
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-54.38%)
Mutual labels:  unity, unity3d, game-development, gamedev, shaders
Smo Shaders
A collection of shaders to replicate those used in Super Mario Odyssey's Snapshot Mode.
Stars: ✭ 97 (-77.65%)
Mutual labels:  unity, unity3d, graphics, shaders
Swissarmylib
Collection of helpful utilities we use in our Unity projects.
Stars: ✭ 154 (-64.52%)
Mutual labels:  unity, unity3d, game-development, gamedev
Deadsimple Pixel Perfect Camera
An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
Stars: ✭ 186 (-57.14%)
Mutual labels:  unity, unity3d, game-development, gamedev
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (-59.91%)
Mutual labels:  unity, unity3d, graphics, shaders
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+869.59%)
Mutual labels:  unity, unity3d, game-development, gamedev
Beaverandfairies
Stars: ✭ 14 (-96.77%)
Mutual labels:  unity, unity3d, game-development, gamedev
Cloner
An example of use of procedural instancing.
Stars: ✭ 260 (-40.09%)
Mutual labels:  unity, unity3d, graphics, shaders
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-43.78%)
Mutual labels:  unity, unity3d, graphics, shaders
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (-13.59%)
Mutual labels:  unity, unity3d, game-development, gamedev
Unity Frosted Glass
❄️ Test of a frosted glass material in Unity.
Stars: ✭ 506 (+16.59%)
Mutual labels:  unity, unity3d, shaders, material
Unity Wireframe
General purpose wireframe shaders for use in Unity.
Stars: ✭ 378 (-12.9%)
Mutual labels:  unity, unity3d, game-development, shaders
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+650.69%)
Mutual labels:  unity, unity3d, game-development, gamedev

VerticalDissolve Follow License Donate Twitter Follow

IntroImage

This shader allows you to dissolve objects in a vertical fashion, and provides several parameters to create unique transitions.

It can be edited through Amplify Shader Editor and contributions to the project are always welcome!


Project developed using Unity 2017.4.8f1. Please use this version if you are planning on contributing. You can work on your own branch and send a pull request with your changes.


(Beware: The media folder is quite heavy at the moment, I need to find a way to reduce file size for gifs without losing too much quality)

You can also just download a unitypackage (lightweight) from the releases tab and easily import everything to your project. This will not download the screenshots folder.

Disclaimer: The scripts controlling the behavior of the examples provided are not optimized in any way and should only be taken as quick & dirty examples.

Third-party (free) assets used in this project:

Table of contents

  1. Getting started
  2. Usage & parameters
  3. Examples
  4. Donate
  5. License

Getting started

Setup is minimal, all you need to do is create a new material that uses the shader and assign it to your meshRenderer, then just play around with settings.

Usage, parameters

This shader is comprised of a few "modules", that work independently and can be activated/deactivated without affecting each other.

Parameters

Main settings

  • Fill amount: Pretty self-explanatory, this is what makes it a vertical dissolve shader!
  • Invert: Inverts the opacity mask, effectively reversing the dissolve direction as well.
  • Use world coordinates: Use world coordinates instead of vertex coordinates, might be useful in some cases.
  • Tint inside: Allows you to tint the interior faces of the mesh with Tint color.

Border

Border/edge settings. This refers to the dissolve edge defined by Fill amount. Main parameters are Width and Color. To make this edge a little bit more interesting, you can add some noise and waviness to it.

Printer

  • Noise scale: How big you want that noise to be? Note: Noise will only be noticeable when wave amplitude is != 0 in at least one axis.
  • Noise speed: Make that noise move!
  • Layer noise: Use a second layer of noise for a more unique appearance.
  • Texture: Additionally, you could have a texture instead of a simple color as edge.
  • Wave settings: Think of it as a sine wave whose inputs you can control. Two perpendicular axes.

Go crazy on the wave & noise settings for unique results!

Orbs

Rim light

Although the dissolve effect is the main goal of this shader, it also provides the possibility of adding a rim light to your models, since it seems reasonable these two effects would be used together.

Adjust Color, Power, Scale and Bias to your liking.

Textures

Standard texture maps can be assigned here, as you would normally on your standard (specular) unity shader.

Knight

Emission

In regards to emission, there are a couple caveats. You can still apply your emission map as usual, by ticking Enable emission, but you can also make it scroll by setting a Scroll speed.

Similarly to the case of rim light, it seemed reasonable to add a little bit more functionality in this area. That's why it is possible to add a second emission map that you can also scroll. This second emission map will be ADDED to the first one.

Furthermore, a third texture (noise) can be assigned as a way of modulating the second one.

Lastly, both secondary emission and the emission noise can be desaturated, so that you have a bit more control over the final color. For instance, you could use a non-grayscale texture as noise by setting the Desaturate slider to 1. Note: desaturation is applied before coloring-

So, in short: Final emission = emission + secondaryEmission * emissionNoise.

An instance of this can be seen on the "lava orb" example:

Misc

Examples

Bomb Painting Teleport

Donate Donate

This piece of software is offered for free because I believe the gamedev community can benefit from it, and it should not be behind a paywall. I learned from the community, and now I am giving back.

If you would like to support me, donations are very much appreciated, since they help me create more software that I can offer for free.

Thank you very much :)

License

MIT License

Copyright (c) 2018 Guillermo Angel

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].