MapGridInUnity
C#★ 50
:snowflake: Test of a frosted glass material in Unity.
git clone https://github.com/andydbc/unity-frosted-glass.gitandydbc/unity-frosted-glassThis code reproduce a frosted glass effect in Unity (as seen in DOOM 2k16). It use a CommandBuffer attached to the main camera to render the scene in global rendertextures. A grayscale mask is then used to sample between these rendertextures in order to apply the desired blur.
MIT, see LICENSE for details.
more like this
A 2D implementation of the Astar Pathfinding algorithm using Tilemaps in Unity
search projects, people, and tags