Adding a fake nose on VR camera

I have read that adding a fake nose onto the VR cameras can reduce sickness caused by the VR experience. Since Unity 5.1 integrated VR and we do not need to use 2 cameras to display onto each eye’s screen, how can we add an image onto each screen (left and right eye) separately? Would I need to create 2 separate cameras for each eye to accomplish that? Or is there a smarter way? Thanks so much!

I think the easiest thing would be making a game object and then parenting it to the head game object, so wherever you look there is the nose infront of everything else