Project DifficultiesOne of my more unique enemy ideas was one which causes damage if they're in view, making the player avert their eyes. While it did seem doable, I didn't initially know how to approach it.
My SolutionAfter some research, I found that the Unity's mesh renderer component has a built in 'isVisible' function which made it very easy to create the desired behavior with a simple 'if' statement.