Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify to work with Image instead of SpriteRenderer? #24

Closed
gen3vra opened this issue Mar 26, 2018 · 2 comments
Closed

Modify to work with Image instead of SpriteRenderer? #24

gen3vra opened this issue Mar 26, 2018 · 2 comments
Labels

Comments

@gen3vra
Copy link

gen3vra commented Mar 26, 2018

Hello! Is it possible to use this same effect with Images instead of SpriteRenderers? Thanks.

@elringus
Copy link
Owner

elringus commented Mar 27, 2018

Hi, It's possible (if you're ok applying post processing to the UI layers), but requires a bit of manual work. If you wish to try this, the easiest way would be creating a material with the Sprites/Outline shader and assigning it to the 'Material' property of the Image component. You can then control all the glow parameters via the material editor. I've added an example scene to the project, so you can check it out.

@gen3vra
Copy link
Author

gen3vra commented Mar 28, 2018

Excellent! Thank you so much for adding that example. I appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants