16
2016
Grayscale Image Effect with Exclude Layers

Testing grayscale image effect with added ExcludeLayers option (*just took the script parts from CameraMotionBlur effect, since it supports excluding layers)
Instructions:
– Attach the script below to your camera *You need to import default effects package first (Assets/Import Package/Effects)
– Select excludeLayers (by default its Nothing)
– Set your excluded gameobjects to that layer
Shader source:
https://github.com/UnityCommunity/UnityLibrary/blob/master/Assets/Scripts/ImageEffects/GrayscaleLayers.cs
Related Posts
9 Comments + Add Comment
Leave a comment
Recent posts
- Favorites in PackageManager
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
Recent Comments
- on Mesh Exploder (sources)
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












How to get this to work with a UI canvas , to make different parts of it grayscale?
i think the old image effects wont affect UI so would need to find some other ways to do it..
this one says screen space canvas might work?
https://answers.unity.com/questions/1307441/stop-post-processing-effects-on-ui.html
Can you send me the script or upload it somewhere else?
The link to it is unavailable
fixed the link!
The link is broken again master
ohoo github links are the worst : ] fixed again.
*actually suggested github last year that the 404 page is misleading, looks like whole repo is gone.. pretty sure github could resolve the missing filename from updated repo also, or suggest to search with it..
Thanks master! The response was very fast! I was expecting a reply but a day after or so, very nice! 😀
hi, very cool script
but is it possible to make it work with UI ?
Using Command Buffers in Unity: Selective Bloom
https://lindenreid.wordpress.com/2018/09/13/using-command-buffers-in-unity-selective-bloom/