cakeslice / Outline-Effect

Outline Image Effect for Unity
MIT License
1.48k stars 201 forks source link

Low Performance on Mobile Devices #42

Open ali-sardarian opened 5 years ago

ali-sardarian commented 5 years ago

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?

JimmyCushnie commented 4 years ago

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

Skeloson commented 3 years ago

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?

cakeslice commented 3 years ago

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.

Skeloson commented 3 years ago

Thanks for your answer.

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