How could i make a outline like car mechanic simulator 2021 when u look at something it shows a outline
1 Answer
1- Create a Shader to Outline an object
- Create a script to know which object is a the center of your screen, Raycast can work (You can filter the objects you want to be outlined with a Layer)
- Switch the material of the object you are looking at to one with outline
- Switch back to the original material when you look somewhere else.
Thank you so much!!!
– gregorkallariz