- Home /
How to make shining highlighted outline to a GameObject modifying Silhouette-Outlined Diffuse Shader?
I'm trying to highlight the selectable objects in my game with a silhouette. To do this i used the shader taken from here http://wiki.unity3d.com/index.php/Silhouette-Outlined_Diffuse , just with little modification . Now that's my result

There is color, but no shining effect...Want i want to achieve is something like that

How can i modify my shader to add the shining/glow effect?
If you don't provide the shader, it will be difficult to tell you what to change ;)
The code was in the link http://wiki.unity3d.com/index.php/Silhouette-Outlined_Diffuse , i just changed one line but it's not important. Thanks for the reply.
Answer by Namey5 · Dec 30, 2016 at 11:57 AM
If you mean the glow around the monitor, you would have to use some form of Bloom post processing (image) effect. These are supplied with the Standard Assets "Effects" package, and are applied to the camera.
Your answer