Arvtesh / UnityFx.Outline

Screen-space outlines for Unity3d.
MIT License
1.26k stars 90 forks source link

Running an outline on every object? #36

Closed LeytonV closed 3 years ago

LeytonV commented 3 years ago

There doesn't seem to be a way to outline every object in the scene using the post processing filter. Am I missing something?

Arvtesh commented 3 years ago

Please give more details. Which package are you using? If it is post processing v2, you have to manually add game objects you want to be outlined into OutlineLayerCollection scriptable object. You can just add root of your hierarchy and have all of its children outlined. Does that answer the question?