Search Unity

Bloom effect like in blender.

Discussion in 'Image Effects' started by EmilKoel, Aug 31, 2019.

  1. EmilKoel

    EmilKoel

    Joined:
    Jan 19, 2019
    Posts:
    7
    How can I achieve blender-like bloom effect ?
    Parameters are similar, but effect in unity is ugly..
    upload_2019-8-31_17-20-2.png
     
    AbgaryanFX likes this.
  2. Olmi

    Olmi

    Joined:
    Nov 29, 2012
    Posts:
    1,553
    If you don't like the look, it is possible to try write your own bloom effect.

    Source code for the Post-processing Stack v2 is available if you just check the package folder when you have post processing installed. Maybe adjust a copy of the current bloom effect or make your own style bloom, for example downscale the image, blur it, then somehow apply the halo effect over the original frame so that it produces desired look.