Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Mobile Friendly Glow

Discussion in 'General Graphics' started by unity_rzQSwUvJF1UZXQ, Feb 15, 2021.

  1. unity_rzQSwUvJF1UZXQ

    unity_rzQSwUvJF1UZXQ

    Joined:
    Oct 28, 2020
    Posts:
    10
    Hi! I am working on a small mobile project and i am having difficulties finding a performant way to implement glow on my game.
    As a reference, i am trying to reach this kind of glow:
    https://www.youtube.com/watch?v=u8FyaeVBDlI

    Taking advantage of this thread, I also wanted to ask you how you recommend implementing that motion blur you see on that trailer. I always solve this problems with post processing stack or URP for PC games but using that is not an option for mobile.

    Thanks for reading!
     
  2. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,797
    post processing stack is not good for mobiles
    So you should use asset store glow effects for mobiles
     
  3. unity_rzQSwUvJF1UZXQ

    unity_rzQSwUvJF1UZXQ

    Joined:
    Oct 28, 2020
    Posts:
    10
    Great! Do you have any recommended one? It would be great if it is free.
    Thanks!
     
  4. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,797
    Ay26 and unity_rzQSwUvJF1UZXQ like this.
  5. unity_0B4D78500DE0ACD767CF

    unity_0B4D78500DE0ACD767CF

    Joined:
    Aug 4, 2022
    Posts:
    2
    Thanks for sharing this I found Fast Bloom Easy to implement and I'm using it in Vuforia AR APK and it's working perfectly fine.