how can i highlight an actor when the camera of the character directly see on him?
this is the code that i’ve made, the actor overlap is the collision box on the other actor that i want to highlight.
this is what i want to do.
how can i highlight an actor when the camera of the character directly see on him?
this is the code that i’ve made, the actor overlap is the collision box on the other actor that i want to highlight.
this is what i want to do.
Take a look at this tutorial with Tom Shannon : https://www.youtube.com/watch?v=cQw1CL0xYBE
If your looking to highlight a single object then you would want to utilize the custom depth pass and have some overlap or focus logic that toggles whether or not a ‘interactable’ is being looked at.