LUT Shader is a set of shaders for applying LUT (Lookup texture) to the textures at your materials. It works similarly to the post-processing effect algorithm, but for Renderer/Graphic materials.Unpack/import LutShaderURP.unitypackage file to get URP content.The Asset contains example LUT Gallery scenes (UI/Renderer view)Features:• supported Unity/Unreal LUT style• supported 2D (Texture2D, *.png) LUT strip format• supported 3D (Texture3D, *.asset) LUT format• any size options for all 2D, 3D LUTs:- 256x16 (2D), 16x16x16 (3D),- 1024x32 (2D), 32x32x32 (3D),- 4096x64 (2D), 64x64x64 (3D), etc- non power of two Lut texture is also allowed• Built-in/URP versions• URP versions can be customized with ShaderGraph (modified to HDRP)• additional filters(HSBC): Hue, Saturation, Brightness, ContrastFor any questions email at nexweron@gmail.comAsset contains 20 LUT examples in different formats.All code is open and can be used for your own needs.