cakeslice / Outline-Effect

Outline Image Effect for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Low Performance on Mobile Devices

ali-sardarian opened this issue · comments

I used this effect on an android project, the result was perfect Functionality but very low performance, is there any option to make this effect works well on mobile devices?

#43 should have increased performance significantly, could you try again and see if the issue persists?

Hi,
I try your outline today on a project for the oculus quest and it do exactly what we need, but it affects the performance of the game.
Do you have any advice on how to reduce the impact of the outline on the performance?

There's still some shader optimizations to do but I'm not sure how far I can take performance since it's a post-processing effect.

If performance is a big concern (like mobile devices and VR), I would suggest using another asset like this one:
https://assetstore.unity.com/packages/tools/particles-effects/quick-outline-115488

This one is really good and free too.

Thanks for your answer.

I already try this asset, but there is some issues on oculus quest ^^'