Search Unity

[Noob] How to achieve this look on mobile? Any post processing plugin?

Discussion in 'General Graphics' started by jGate99, Jun 2, 2019.

  1. jGate99

    jGate99

    Joined:
    Oct 22, 2013
    Posts:
    1,944
    Hi there,

    How can i achieve this look on mobile if i simply draw 100 cubes?
    Any post processing plugins or shaders for a Noob like me?

    Thanks
     

    Attached Files:

  2. bluescrn

    bluescrn

    Joined:
    Feb 25, 2013
    Posts:
    642
    Creating a cube mesh with beveled edges would be a good starting point.

    But then you'd need high quality soft shadows, SSAO, and good antialiasing - which you're not likely to get away with on mobile, unless you're targeting very-high-end devices.

    (If the cubes are static, you might manage fairly good results with baked lighting?)
     
    jGate99 likes this.
  3. jGate99

    jGate99

    Joined:
    Oct 22, 2013
    Posts:
    1,944
    Thanks

    Cubes are animated. I'll try some SSAO plugin from asset store and see how it looks.
     
  4. kdgalla

    kdgalla

    Joined:
    Mar 15, 2013
    Posts:
    4,638
    Unity provides one free, by the way. If you have 2018 or higher you can just install the Post Processing Stack V2 from the package manager.
     
    jGate99 likes this.
  5. jGate99

    jGate99

    Joined:
    Oct 22, 2013
    Posts:
    1,944
    Great, can it be used on mobile without any issues?
     
  6. kdgalla

    kdgalla

    Joined:
    Mar 15, 2013
    Posts:
    4,638
    I doubt that it's performance will be worse than any other SSAO effect that you'll find. Generally, any post-processing can be a performance issue on mobile, though. You'll want to test it on your target hardware.