All Projects → Chaser324 → Unity Wireframe

Chaser324 / Unity Wireframe

Licence: mit
General purpose wireframe shaders for use in Unity.

Projects that are alternatives of or similar to Unity Wireframe

Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-47.62%)
Mutual labels:  unity, unity3d, game-development, shaders, shaderlab
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+185.45%)
Mutual labels:  unity, unity3d, game-development, shaderlab
Unity3dcrosssectionshader
CG shader for unity3D to create a cross section through meshes
Stars: ✭ 333 (-11.9%)
Mutual labels:  unity, unity3d, shaders, shaderlab
Smo Shaders
A collection of shaders to replicate those used in Super Mario Odyssey's Snapshot Mode.
Stars: ✭ 97 (-74.34%)
Mutual labels:  unity, unity3d, shaders, shaderlab
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-35.45%)
Mutual labels:  unity, unity3d, shaders, shaderlab
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 (+39.68%)
Mutual labels:  unity, unity3d, game-development, shaders
3dxrayshader unity
Surface shader. Clips a Model with given plane , applies fresnel on clipped part and highlights the cross section.
Stars: ✭ 73 (-80.69%)
Mutual labels:  unity, unity3d, shaders, shaderlab
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 (+2994.71%)
Mutual labels:  unity, unity3d, game-development, shaders
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-54.5%)
Mutual labels:  unity, unity3d, shaders, shaderlab
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (-17.72%)
Mutual labels:  unity, unity3d, game-development, shaders
Unity Shadersketches
Sketches made with ShaderLab in Unity.
Stars: ✭ 362 (-4.23%)
Mutual labels:  unity, unity3d, shaders, shaderlab
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (+14.81%)
Mutual labels:  unity, unity3d, game-development, shaders
Unityvisualizations
Collection of shaders and visual effects created for Unity 3D.
Stars: ✭ 472 (+24.87%)
Mutual labels:  unity3d, game-development, shaders, shaderlab
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 (+88.89%)
Mutual labels:  unity, unity3d, game-development, shaders
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-55.03%)
Mutual labels:  unity, unity3d, game-development, shaders
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (-53.97%)
Mutual labels:  unity, unity3d, shaders, shaderlab
Shaders
A collection of shaders written in CG/ShaderLab for Unity.
Stars: ✭ 173 (-54.23%)
Mutual labels:  unity, unity3d, shaders, shaderlab
Gameframework
This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.
Stars: ✭ 3,318 (+777.78%)
Mutual labels:  unity, unity3d, game-development
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 (-0.79%)
Mutual labels:  unity, unity3d, game-development
Unity Shader Basics Tutorial
A introduction into creating shaders for Unity
Stars: ✭ 243 (-35.71%)
Mutual labels:  unity, shaders, shaderlab

Unity Wireframe Shaders

These are general purpose wireframe shaders adapted from Unity's built-in SpatialMappingWireframe shader.

Unity Forums Thread

Requirements

  • These shaders will only work on devices that support at least Shader Model 4.0. Most mobile devices do not meet this requirement.

Usage

  • Add the Wireframe directory to your Unity project's Assets directory.
  • To use the wireframe shaders, set your material's shader to SuperSystems/Wireframe, SuperSystems/Wireframe-Transparent, or SuperSystems/Wireframe-Transparent-Culled.
  • To use the replacement shader image effect, add the WireframeImageEffect component to your camera. Some other effects like GlobalFog will interfere with the replacement shaders and will need to be disabled.

License

All code in this repository (unity-wireframe) is made freely available under the MIT license. This essentially means you're free to use it however you like as long as you provide attribution.

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