All Projects → hecomi → UnityFurURP

hecomi / UnityFurURP

Licence: other
Fur shader implementation for URP

Programming Languages

HLSL
714 projects
ShaderLab
938 projects
C#
18002 projects
Mathematica
289 projects

Projects that are alternatives of or similar to UnityFurURP

URP-Sun-Shafts
A URP port of Unity's classic Standard Assets Effects package's Sun Shaft effect
Stars: ✭ 36 (-87.32%)
Mutual labels:  shader, urp
Unityurptoonlitshaderexample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
Stars: ✭ 2,988 (+952.11%)
Mutual labels:  shader, urp
URP Water
Water shader in unity urp.
Stars: ✭ 19 (-93.31%)
Mutual labels:  shader, urp
ProjectKaya
Project Kaya for mobile game platform
Stars: ✭ 324 (+14.08%)
Mutual labels:  shader, urp
OBNI
Objet Bruité Non Identifié - Unity displacement shader
Stars: ✭ 28 (-90.14%)
Mutual labels:  shader
GodotTerrainEditorPainter
Heightmap based terrain editor plugin for GODOT with vertex color based terrain shader painting
Stars: ✭ 23 (-91.9%)
Mutual labels:  shader
UnityRaymarchingForward
Example of raymarching in forward rendering for Unity
Stars: ✭ 17 (-94.01%)
Mutual labels:  shader
WernessDithering
Copy of dithering code by Brent Werness (Koloth) invented for Obra Dinn
Stars: ✭ 24 (-91.55%)
Mutual labels:  shader
my-awesome-projects
Learn by doing projects
Stars: ✭ 48 (-83.1%)
Mutual labels:  shader
UnityChanToonShaderVer2 Project
UTS2-AC - UnityChanToonShaderVer2 Project / v.2.0.4+ - Different vrchat support, lighting manipulation, and style.
Stars: ✭ 14 (-95.07%)
Mutual labels:  shader
InstancedMotionVector
Shows how to support rendering per-instance motion vectors within Indirect instanced drawing of Unity.
Stars: ✭ 45 (-84.15%)
Mutual labels:  shader
UnityVolumeRendering
A simple example of Volume Rendering for Unity.
Stars: ✭ 139 (-51.06%)
Mutual labels:  shader
unity3d-shader-collection
A unity shader collection of private works
Stars: ✭ 32 (-88.73%)
Mutual labels:  shader
DeepShadowMap
Real-Time Deep Shadow Maps for Unity3D
Stars: ✭ 36 (-87.32%)
Mutual labels:  shader
qt5-vector-graphic-shaders
A Qt5 application to experiment vector graphic shaders
Stars: ✭ 37 (-86.97%)
Mutual labels:  shader
unity-water-shader2d
A 2D water shader for Unity
Stars: ✭ 91 (-67.96%)
Mutual labels:  shader
ios-spritekit-shader-sandbox
👾 Collection of custom effects for SpriteKit implemented using GLSL/Metal shaders.
Stars: ✭ 63 (-77.82%)
Mutual labels:  shader
ShaderGraphExtensions
Custom nodes for Shader Graph
Stars: ✭ 28 (-90.14%)
Mutual labels:  shader
UnityPseudoInstancedGPUParticles
GPU Particles w/ Screen Space Collision Example.
Stars: ✭ 99 (-65.14%)
Mutual labels:  shader
mpsl
Shader-Like Mathematical Expression JIT Engine for C++ Language
Stars: ✭ 52 (-81.69%)
Mutual labels:  shader

Unity Fur URP

MIT License

This is an example of a fur shader implementation in Universal Render Pipleine. It includes the following features:

  • 3 methods (Shell / Fin / Fur Polygon)
  • 1 Pass using a geometry shader (and tessellation for Fin)
  • Lit / Unlit
  • Lighting calculation using a normal map
  • Rim lighting
  • Movement by animations

Screenshots

Shell

Fin

Fur Polygon

Compare

Move



Demo

Articles

License

The MIT License (MIT)

Copyright (c) 2021 hecomi

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